svn commit: samba r5450 - in branches/SAMBA_4_0/source/librpc/idl: .

jelmer at samba.org jelmer at samba.org
Fri Feb 18 23:06:13 GMT 2005


Author: jelmer
Date: 2005-02-18 23:06:13 +0000 (Fri, 18 Feb 2005)
New Revision: 5450

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

Log:
Add test function for "embedded" conformant arrays

Modified:
   branches/SAMBA_4_0/source/librpc/idl/echo.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/echo.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/echo.idl	2005-02-18 21:49:11 UTC (rev 5449)
+++ branches/SAMBA_4_0/source/librpc/idl/echo.idl	2005-02-18 23:06:13 UTC (rev 5450)
@@ -119,4 +119,13 @@
 		[in,out,ref] echo_Enum2 *foo2,
 		[in,out,ref,switch_is(*foo1)] echo_Enum3 *foo3
 		);
+
+	typedef struct {
+		uint32 x;
+		[size_is(x)] uint16 surrounding[*];
+	} echo_Surrounding;
+
+	void echo_TestSurrounding(
+		[in,out,ref] echo_Surrounding *data
+	);
 }



More information about the samba-cvs mailing list