svn commit: samba r11972 - in branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba: .

metze at samba.org metze at samba.org
Wed Nov 30 12:40:33 GMT 2005


Author: metze
Date: 2005-11-30 12:40:26 +0000 (Wed, 30 Nov 2005)
New Revision: 11972

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

Log:
handle [noejs] property also on functions

metze
Modified:
   branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/EJS.pm


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/EJS.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/EJS.pm	2005-11-30 12:39:32 UTC (rev 11971)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba/EJS.pm	2005-11-30 12:40:26 UTC (rev 11972)
@@ -713,7 +713,8 @@
 
 	foreach my $d (@{$interface->{FUNCTIONS}}) {
 		next if not defined($d->{OPNUM});
-		
+		next if Parse::Pidl::Util::has_property($d, "noejs");
+
 		EjsPullFunction($d);
 		EjsPushFunction($d);
 		EjsFunction($d, $name);



More information about the samba-cvs mailing list