svn commit: samba r25700 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3: .

jra at samba.org jra at samba.org
Fri Oct 19 00:40:52 GMT 2007


Author: jra
Date: 2007-10-19 00:40:51 +0000 (Fri, 19 Oct 2007)
New Revision: 25700

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

Log:
Now BOOL no longer exists in Samba 3.2, use bool instead.
Jeremy.

Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm	2007-10-18 21:23:25 UTC (rev 25699)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm	2007-10-19 00:40:51 UTC (rev 25700)
@@ -84,7 +84,7 @@
 
 	my $op = "NDR_".uc($fn->{NAME});
 
-	pidl "static BOOL api_$fn->{NAME}(pipes_struct *p)";
+	pidl "static bool api_$fn->{NAME}(pipes_struct *p)";
 	pidl "{";
 	indent;
 	pidl "const struct ndr_interface_call *call;";



More information about the samba-cvs mailing list