svn commit: samba r24491 - in branches/SAMBA_4_0/source/lib/registry: .

metze at samba.org metze at samba.org
Thu Aug 16 13:40:42 GMT 2007


Author: metze
Date: 2007-08-16 13:40:41 +0000 (Thu, 16 Aug 2007)
New Revision: 24491

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

Log:
base_type() isn't supported anymore and the default for enums
is now uint16...

metze
Modified:
   branches/SAMBA_4_0/source/lib/registry/regf.idl


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/regf.idl
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/regf.idl	2007-08-16 13:39:30 UTC (rev 24490)
+++ branches/SAMBA_4_0/source/lib/registry/regf.idl	2007-08-16 13:40:41 UTC (rev 24491)
@@ -73,7 +73,7 @@
 	     */
 	};
 
-	[base_type(uint16),noprint] enum reg_key_type { 
+	[noprint] enum reg_key_type { 
 		REG_ROOT_KEY = 0x20, 
 		REG_SUB_KEY  = 0x2C, 
 		REG_SYM_LINK = 0x10 



More information about the samba-cvs mailing list