diff options
author | Volker Lendecke <vl@samba.org> | 2015-11-16 16:11:48 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2015-11-19 07:01:09 +0100 |
commit | 12b9b770283c47f307e4ea7a8683762a25b35de5 (patch) | |
tree | 4af27128b45e9cba55a17073a20a37d291094f62 /librpc | |
parent | 5f6c4fa4860f794d25f1fcc2e557ca81cbe90183 (diff) | |
download | samba-12b9b770283c47f307e4ea7a8683762a25b35de5.tar.gz |
idl: Avoid // style comments
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/clusapi.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/librpc/idl/clusapi.idl b/librpc/idl/clusapi.idl index 34400478820..5cd815b6490 100644 --- a/librpc/idl/clusapi.idl +++ b/librpc/idl/clusapi.idl @@ -2046,7 +2046,7 @@ import "winreg.idl", "misc.idl"; #endif typedef struct { - uint32 dwObjectType; // really of type CLUSTER_OBJECT_TYPE_RPC + uint32 dwObjectType; /* really of type CLUSTER_OBJECT_TYPE_RPC */ hyper FilterFlags; } NOTIFY_FILTER_AND_TYPE_RPC; @@ -2068,9 +2068,9 @@ import "winreg.idl", "misc.idl"; /*****************/ /* Function 0x89 */ - // - // Notify interface V2 functions - // + /* + * Notify interface V2 functions + */ #if 0 HNOTIFY_RPC clusapi_CreateNotifyV2( |