diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-09-28 01:12:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:24 -0500 |
commit | c0af446d57224fec94f4b0901cee4532dc6835b5 (patch) | |
tree | d77f3b048345163ee1bb002e2f35f066fcab140c /source4 | |
parent | 8925932e81227103bb81f9638cb5996c4f48f7ed (diff) | |
download | samba-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')
-rw-r--r-- | source4/librpc/idl/dcom.idl | 4 |
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[*]*/ ); } |