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

gd at samba.org gd at samba.org
Mon Sep 18 20:19:44 GMT 2006


Author: gd
Date: 2006-09-18 20:19:43 +0000 (Mon, 18 Sep 2006)
New Revision: 18628

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

Log:
dfs_EnumEx() also takes a ref pointer.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-18 20:18:50 UTC (rev 18627)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-18 20:19:43 UTC (rev 18628)
@@ -228,11 +228,11 @@
 
 	/* Function 0x15 */
 	WERROR dfs_EnumEx(
-		[in]            [string,charset(UTF16)] uint16 *name,
-		[in]            uint32 level,
-		[in]            uint32 bufsize,
-		[in,out,unique] dfs_EnumStruct *info,
-		[in,out,unique] uint32 *total
+		[in,ref]	[string,charset(UTF16)] uint16 *name,
+		[in]		uint32 level,
+		[in]		uint32 bufsize,
+		[in,out,unique]	dfs_EnumStruct *info,
+		[in,out,unique]	uint32 *total
 	);
 
 	/* Function 0x16 */



More information about the samba-cvs mailing list