svn commit: samba r2705 - in branches/SAMBA_4_0/source/librpc/idl: .

jelmer at samba.org jelmer at samba.org
Tue Sep 28 01:12:57 GMT 2004


Author: jelmer
Date: 2004-09-28 01:12:55 +0000 (Tue, 28 Sep 2004)
New Revision: 2705

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

Log:
Don't try RemQueryInterface2 for now (doesn't validate)

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-09-28 01:11:40 UTC (rev 2704)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2004-09-28 01:12:55 UTC (rev 2705)
@@ -375,8 +375,8 @@
 		 [in] IPID *ripid,
 		 [in] uint16 cIids,
 		 [in, size_is(cIids)] IID *iids,
-		 [out, size_is(cIids)] HRESULT *phr,
-		 [out, size_is(cIids)] MInterfacePointer *ppMIF[*]
+		 [out, size_is(cIids)] HRESULT *phr/*FIXME,
+		 [out, size_is(cIids)] MInterfacePointer *ppMIF[*]*/
 		);
 }
 



More information about the samba-cvs mailing list