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

gd at samba.org gd at samba.org
Tue Oct 16 11:30:58 GMT 2007


Author: gd
Date: 2007-10-16 11:30:58 +0000 (Tue, 16 Oct 2007)
New Revision: 25664

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

Log:
Use [out] pointers in frsapi idl.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/frsapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/frsapi.idl	2007-10-16 11:16:35 UTC (rev 25663)
+++ branches/SAMBA_4_0/source/librpc/idl/frsapi.idl	2007-10-16 11:30:58 UTC (rev 25664)
@@ -34,9 +34,9 @@
         /****************/
         /* Function 0x05 */
 	WERROR frsapi_GetDsPollingIntervalW(
-		[out] uint32 CurrentInterval,
-		[out] uint32 DsPollingLongInterval,
-		[out] uint32 DsPollingShortInterval
+		[out] uint32 *CurrentInterval,
+		[out] uint32 *DsPollingLongInterval,
+		[out] uint32 *DsPollingShortInterval
 	);
 
 	/****************/



More information about the samba-cvs mailing list