svn commit: samba r6213 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Tue Apr 5 11:48:16 GMT 2005


Author: tpot
Date: 2005-04-05 11:48:16 +0000 (Tue, 05 Apr 2005)
New Revision: 6213

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

Log:
Add %array_functions for struct samr_String so we can create and
access arrays of them.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/dcerpc.i


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/dcerpc.i
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-04-05 11:47:21 UTC (rev 6212)
+++ branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-04-05 11:48:16 UTC (rev 6213)
@@ -228,6 +228,7 @@
    pidl to automatically generating these instead of having to find
    them all by hand. */
 
+%array_functions(struct samr_String, samr_String_array);
 %array_functions(struct samr_SamEntry, samr_SamEntry_array);
 %array_functions(union samr_ConnectInfo, samr_ConnectInfo_array);
 



More information about the samba-cvs mailing list