diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-12 12:51:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:50 -0500 |
commit | 8d656e9faabf8b7090279c94603584353abd8f62 (patch) | |
tree | d7d620129fe40016796d62de2f1922bef089a5ec /source4/librpc/idl | |
parent | ae0aa86039aaa4fd02f2646cb7edf54106354119 (diff) | |
download | samba-8d656e9faabf8b7090279c94603584353abd8f62.tar.gz samba-8d656e9faabf8b7090279c94603584353abd8f62.tar.bz2 samba-8d656e9faabf8b7090279c94603584353abd8f62.zip |
r2939: Use /* */ style comments
(This used to be commit c5d4fae3b157c5559b8b15dde16451e91c0fc022)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 042c55f2a9..4898bbda2e 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -75,15 +75,15 @@ interface epmapper } epm_protocol_info; typedef struct { - //FIXME + /*FIXME */ } epm_rhs_dnet_nsp; typedef struct { - //FIXME + /*FIXME*/ } epm_rhs_osi_tp4; typedef struct { - //FIXME + /*FIXME*/ } epm_rhs_osi_clns; typedef struct { @@ -111,7 +111,7 @@ interface epmapper } epm_rhs_uuid; typedef struct { - //FIXME + /*FIXME */ } epm_rhs_ipx; typedef struct { |