svn commit: samba r3432 - in branches/SAMBA_4_0/source: build/pidl librpc/idl librpc/ndr torture/rpc

jelmer at samba.org jelmer at samba.org
Mon Nov 1 12:40:47 GMT 2004


Author: jelmer
Date: 2004-11-01 12:40:43 +0000 (Mon, 01 Nov 2004)
New Revision: 3432

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

Log:
Support WERROR's in arguments (not just as return type). Some of 
the DCOM calls are wrappers around several local calls, so you get things like:

WERROR foobar ( [in] int num_ifaces,
			   [in,size_is(num_ifaces)] IID *ifaces,
			   [out,size_is(num_ifaces)] WERROR *results);
			   

Modified:
   branches/SAMBA_4_0/source/build/pidl/util.pm
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl
   branches/SAMBA_4_0/source/librpc/idl/remact.idl
   branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
   branches/SAMBA_4_0/source/torture/rpc/remact.c


Changeset:
Sorry, the patch is too large (284 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3432


More information about the samba-cvs mailing list