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

tpot at samba.org tpot at samba.org
Fri Jun 3 07:03:26 GMT 2005


Author: tpot
Date: 2005-06-03 07:03:26 +0000 (Fri, 03 Jun 2005)
New Revision: 7212

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

Log:
Disambiguate dummy functions to avoid linker problemos.

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dnsserver.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dnsserver.idl	2005-06-03 06:04:34 UTC (rev 7211)
+++ branches/SAMBA_4_0/source/librpc/idl/dnsserver.idl	2005-06-03 07:03:26 UTC (rev 7212)
@@ -11,5 +11,5 @@
   helpstring("DNS Server")
 ] interface dnsserver
 {
-	void foo();
+	void dnsserver_foo();
 }

Modified: branches/SAMBA_4_0/source/librpc/idl/winstation.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winstation.idl	2005-06-03 06:04:34 UTC (rev 7211)
+++ branches/SAMBA_4_0/source/librpc/idl/winstation.idl	2005-06-03 07:03:26 UTC (rev 7212)
@@ -11,5 +11,5 @@
   helpstring("Terminal Services remote management")
 ] interface winstation
 {
-	void foo();
+	void winstation_foo();
 }



More information about the samba-cvs mailing list