svn commit: samba r7137 - in branches/SAMBA_4_0/source/librpc/idl: .

tpot at samba.org tpot at samba.org
Tue May 31 11:45:06 GMT 2005


Author: tpot
Date: 2005-05-31 11:45:05 +0000 (Tue, 31 May 2005)
New Revision: 7137

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7137

Log:
Add a couple more dummy idl files for the DNS server and Windows 
Terminal Server remote management.

Added:
   branches/SAMBA_4_0/source/librpc/idl/dnsserver.idl
   branches/SAMBA_4_0/source/librpc/idl/winstation.idl


Changeset:
Added: branches/SAMBA_4_0/source/librpc/idl/dnsserver.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dnsserver.idl	2005-05-31 04:40:10 UTC (rev 7136)
+++ branches/SAMBA_4_0/source/librpc/idl/dnsserver.idl	2005-05-31 11:45:05 UTC (rev 7137)
@@ -0,0 +1,15 @@
+/*
+  dnsserver interface definition
+*/
+
+#include "idl_types.h"
+
+[ uuid("50abc2a4-574d-40b3-9d66-ee4fd5fba076"),
+  version(5.0),
+  pointer_default(unique),
+  pointer_default_top(unique),
+  helpstring("DNS Server")
+] interface dnsserver
+{
+	void foo();
+}

Added: branches/SAMBA_4_0/source/librpc/idl/winstation.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winstation.idl	2005-05-31 04:40:10 UTC (rev 7136)
+++ branches/SAMBA_4_0/source/librpc/idl/winstation.idl	2005-05-31 11:45:05 UTC (rev 7137)
@@ -0,0 +1,15 @@
+/*
+  dnsserver interface definition
+*/
+
+#include "idl_types.h"
+
+[ uuid("5ca4a760-ebb1-11cf-8611-00a0245420ed"),
+  version(1.0),
+  pointer_default(unique),
+  pointer_default_top(unique),
+  helpstring("Terminal Services remote management")
+] interface dnsserver
+{
+	void foo();
+}



More information about the samba-cvs mailing list