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

jelmer at samba.org jelmer at samba.org
Thu Sep 21 04:26:32 GMT 2006


Author: jelmer
Date: 2006-09-21 04:26:31 +0000 (Thu, 21 Sep 2006)
New Revision: 18767

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

Log:
Fix [ref] pointer in object oriented interfaces. Removes a 
bunch of warnings when compiling dcom.idl.

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


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm
===================================================================
--- branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm	2006-09-21 03:36:10 UTC (rev 18766)
+++ branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/ODL.pm	2006-09-21 04:26:31 UTC (rev 18767)
@@ -38,8 +38,8 @@
 	});
 	unshift(@{$e->{ELEMENTS}}, {
 		'NAME' => 'ORPCthat',
-		'POINTERS' => 0,
-		'PROPERTIES' => { 'out' => '1' },
+		'POINTERS' => 1,
+		'PROPERTIES' => { 'out' => '1', 'ref' => '1' },
 		'TYPE' => 'ORPCTHAT',
 		'FILE' => $e->{FILE},
 		'LINE' => $e->{LINE}



More information about the samba-cvs mailing list