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

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


Author: gd
Date: 2007-10-16 11:16:35 +0000 (Tue, 16 Oct 2007)
New Revision: 25663

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

Log:
Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW 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:12:41 UTC (rev 25662)
+++ branches/SAMBA_4_0/source/librpc/idl/frsapi.idl	2007-10-16 11:16:35 UTC (rev 25663)
@@ -25,11 +25,19 @@
 
 	/****************/
 	/* Function 0x04 */
-	void FRSAPI_SET_DS_POLLING_INTERVAL_W();
+	WERROR frsapi_SetDsPollingIntervalW(
+		[in] uint32 CurrentInterval,
+		[in] uint32 DsPollingLongInterval,
+		[in] uint32 DsPollingShortInterval
+	);
 
-	/****************/
-	/* Function 0x05 */
-	void FRSAPI_GET_DS_POLLING_INTERVAL_W();
+        /****************/
+        /* Function 0x05 */
+	WERROR frsapi_GetDsPollingIntervalW(
+		[out] uint32 CurrentInterval,
+		[out] uint32 DsPollingLongInterval,
+		[out] uint32 DsPollingShortInterval
+	);
 
 	/****************/
 	/* Function 0x06 */



More information about the samba-cvs mailing list