svn commit: samba r1706 - branches/SAMBA_4_0/source/librpc/idl

jelmer at samba.org jelmer at samba.org
Tue Aug 10 21:16:20 GMT 2004


Author: jelmer
Date: 2004-08-10 21:16:19 +0000 (Tue, 10 Aug 2004)
New Revision: 1706
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1706&nolog=1
Log:
More IDL pipes

Added:
   branches/SAMBA_4_0/source/librpc/idl/audiosrv.idl
Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl

Changeset:
Added: branches/SAMBA_4_0/source/librpc/idl/audiosrv.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/audiosrv.idl	2004-08-10 21:15:27 UTC (rev 1705)
+++ branches/SAMBA_4_0/source/librpc/idl/audiosrv.idl	2004-08-10 21:16:19 UTC (rev 1706)
@@ -0,0 +1,8 @@
+[
+	uuid(0a74ef1c-41a4-4e06-83ae-dc74fb1cdd53),
+	version(1.0)
+] interface audiosrv
+{
+	void AudioSrv_Dummy();
+
+}

Modified: branches/SAMBA_4_0/source/librpc/idl/dcom.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2004-08-10 21:15:27 UTC (rev 1705)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2004-08-10 21:16:19 UTC (rev 1706)
@@ -454,3 +454,27 @@
 
 
 }
+
+[
+	uuid(00000132-0000-0000-C000-000000000046),
+	version(0.0)
+] interface IObjServer
+{
+	WERROR IObjServer_Unknown();
+}
+
+[
+	uuid(00000134-0000-0000-C000-000000000046),
+	version(0.0)
+] interface IRunDown
+{
+	WERROR IRunDown_Dummy();
+}
+
+[
+	uuid(00000136-0000-0000-C000-000000000046),
+	version(0.0)
+] interface ISCMLocalActivator
+{
+	WERROR ISCMLocalActivator();
+}



More information about the samba-cvs mailing list