summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-20 23:35:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:02 -0500
commit7e3503e2770a0473cb4f7d8d45b27cbee766d9fa (patch)
treef724e5c3c56e489d543a238907f1897154bb421f /source4/librpc
parentd53fd3d8d5c99ae22a4d74065dc45e2f4e36a382 (diff)
downloadsamba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.tar.gz
samba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.tar.bz2
samba-7e3503e2770a0473cb4f7d8d45b27cbee766d9fa.zip
r3896: Correct header files in rpc server templates plus
some other minor fixes (This used to be commit 9fca748fe3c12af83a006f1d0821aa560d08fc95)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/dcom.idl14
-rw-r--r--source4/librpc/idl/rot.idl13
2 files changed, 27 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcom.idl b/source4/librpc/idl/dcom.idl
index d9c5a72ab2..d29c7476ef 100644
--- a/source4/librpc/idl/dcom.idl
+++ b/source4/librpc/idl/dcom.idl
@@ -324,6 +324,20 @@ interface IRemUnknown : IUnknown
WERROR ISCMLocalActivator_CreateInstance( );
}
+[
+ uuid("c6f3ee72-ce7e-11d1-b71e-00c04fc3111a")
+] interface IMachineLocalActivator
+{
+ WERROR IMachineLocalActivator_foo();
+}
+
+[
+ uuid("e60c73e6-88f9-11cf-9af1-0020af6e72f4")
+] interface ILocalObjectExporter
+{
+ WERROR ILocalObjectExporter_Foo();
+}
+
/* Looks like this is the equivalent of .NET's
System.Activator class */
[
diff --git a/source4/librpc/idl/rot.idl b/source4/librpc/idl/rot.idl
index d9a67ecbe1..3b3bd6e987 100644
--- a/source4/librpc/idl/rot.idl
+++ b/source4/librpc/idl/rot.idl
@@ -41,3 +41,16 @@
[out] MInterfacePointer *EnumMoniker
);
}
+
+/*
+[
+ object,
+] interface IRotData : IUnknown
+{
+ WERROR irotdata_getdata(
+ [out,size_is(max),length_is(ret)] uint8 *data,
+ [in] uint32 max,
+ [out] uint32 ret
+ );
+}
+*/