Author: vlendec
Date: 2004-10-04 14:40:53 +0000 (Mon, 04 Oct 2004)
New Revision: 2818

WebSVN: 
http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2818&nolog=1

Log:
On AIX, for some reason pidl fails in dcom.idl:29. The only thing
is a /* style comment. Try //.

Volker

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcom.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcom.idl       2004-10-04 06:29:06 UTC (rev 
2817)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl       2004-10-04 14:40:53 UTC (rev 
2818)
@@ -26,10 +26,10 @@
 {
        WERROR stub();
        
-       /* Machine Identifier */
+       // Machine Identifier
 #define MID HYPER_T
 
-        /* Object Exporter Identifier */
+        // Object Exporter Identifier
 #define OXID HYPER_T
        
         // Object Identifer

Reply via email to