From 8d656e9faabf8b7090279c94603584353abd8f62 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 12 Oct 2004 12:51:35 +0000 Subject: r2939: Use /* */ style comments (This used to be commit c5d4fae3b157c5559b8b15dde16451e91c0fc022) --- source4/librpc/idl/epmapper.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/librpc/idl/epmapper.idl') 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 { -- cgit