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

jelmer at samba.org jelmer at samba.org
Thu Jun 30 08:00:09 GMT 2005


Author: jelmer
Date: 2005-06-30 08:00:08 +0000 (Thu, 30 Jun 2005)
New Revision: 8012

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

Log:
Add UUID for NDR64 transfer syntax.

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/epmapper.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/epmapper.idl	2005-06-30 03:59:02 UTC (rev 8011)
+++ branches/SAMBA_4_0/source/librpc/idl/epmapper.idl	2005-06-30 08:00:08 UTC (rev 8012)
@@ -37,6 +37,9 @@
 	const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860";
 	const string NDR_GUID_VERSION = 2;
 
+	const string NDR64_GUID = "71710533-beba-4937-8319-b5dbef9ccc36";
+	const string NDR64_GUID_VERSION = 1;
+
 	typedef [enum8bit] enum {
 		
 		/* Level 4 and higher */



More information about the samba-cvs mailing list