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

gd at samba.org gd at samba.org
Mon Sep 18 20:21:54 GMT 2006


Author: gd
Date: 2006-09-18 20:21:52 +0000 (Mon, 18 Sep 2006)
New Revision: 18630

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

Log:
Better way to display ref-pointers with [print]. Thanks to metze for
pointing this out.

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:20:22 UTC (rev 18629)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-18 20:21:52 UTC (rev 18630)
@@ -118,7 +118,7 @@
 	} dfs_Info;
 
 	WERROR dfs_GetInfo (
-		[in,ref]	[string,charset(UTF16)] uint16 *path,
+		[in]		[string,charset(UTF16)] uint16 path[],
 		[in,unique]	[string,charset(UTF16)] uint16 *server,
 		[in,unique]	[string,charset(UTF16)] uint16 *share,
 		[in]		uint32 level,
@@ -227,7 +227,7 @@
 
 	/* Function 0x15 */
 	WERROR dfs_EnumEx(
-		[in,ref]	[string,charset(UTF16)] uint16 *name,
+		[in]		[string,charset(UTF16)] uint16 name[],
 		[in]		uint32 level,
 		[in]		uint32 bufsize,
 		[in,out,unique]	dfs_EnumStruct *info,



More information about the samba-cvs mailing list