summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcom.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-09-28 01:12:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:24 -0500
commitc0af446d57224fec94f4b0901cee4532dc6835b5 (patch)
treed77f3b048345163ee1bb002e2f35f066fcab140c /source4/librpc/idl/dcom.idl
parent8925932e81227103bb81f9638cb5996c4f48f7ed (diff)
downloadsamba-c0af446d57224fec94f4b0901cee4532dc6835b5.tar.gz
samba-c0af446d57224fec94f4b0901cee4532dc6835b5.tar.bz2
samba-c0af446d57224fec94f4b0901cee4532dc6835b5.zip
r2705: Don't try RemQueryInterface2 for now (doesn't validate)
(This used to be commit b2f4532e906e1a5bf134812072aad211ba2d01bb)
Diffstat (limited to 'source4/librpc/idl/dcom.idl')
-rw-r--r--source4/librpc/idl/dcom.idl4
1 files 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[*]*/
);
}