summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcom.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-03 21:44:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:24 -0500
commit9a65c54c72cb5cbbe3d57df32193568850266b3b (patch)
tree40c727a6f0ca0807b4ba4b889f100bb2006665a9 /source4/librpc/idl/dcom.idl
parent6d3c74a67b935f348777feb3fac7653a9c4277a8 (diff)
downloadsamba-9a65c54c72cb5cbbe3d57df32193568850266b3b.tar.gz
samba-9a65c54c72cb5cbbe3d57df32193568850266b3b.tar.bz2
samba-9a65c54c72cb5cbbe3d57df32193568850266b3b.zip
r3514: Allow specification of username, password and domain and try to set up connection.
(This used to be commit 8076db7a1f9e11c725e481a0bda4dbc354c9612f)
Diffstat (limited to 'source4/librpc/idl/dcom.idl')
-rw-r--r--source4/librpc/idl/dcom.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl
index d0fae2f0cc..448ed827f9 100644
--- a/source4/librpc/idl/dcom.idl
+++ b/source4/librpc/idl/dcom.idl
@@ -279,16 +279,16 @@ interface IUnknown
/* Function 0x00 */
/* Returns the interface with the specified IID
if implemented by this object */
- [local] WERROR QueryInterface([in] IID *riid,
+ [local] WERROR IUnknown_QueryInterface([in] IID *riid,
[out,iid_is(riid)] MInterfacePointer *data);
/*****************/
/* Function 0x01 */
- [local] uint32 AddRef();
+ [local] uint32 IUnknown_AddRef();
/*****************/
/* Function 0x02 */
- [local] uint32 Release();
+ [local] uint32 IUnknown_Release();
}