From c0af446d57224fec94f4b0901cee4532dc6835b5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2004 01:12:55 +0000 Subject: r2705: Don't try RemQueryInterface2 for now (doesn't validate) (This used to be commit b2f4532e906e1a5bf134812072aad211ba2d01bb) --- source4/librpc/idl/dcom.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl index 46a5122299..6538f634b7 100644 --- a/source4/librpc/idl/dcom.idl +++ b/source4/librpc/idl/dcom.idl @@ -375,8 +375,8 @@ interface IRemUnknown2 : IRemUnknown [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[*]*/ ); } -- cgit