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

metze at samba.org metze at samba.org
Mon Jan 15 09:52:27 GMT 2007


Author: metze
Date: 2007-01-15 09:52:25 +0000 (Mon, 15 Jan 2007)
New Revision: 20797

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

Log:
make it more clear that this is a 32bit bitmap

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/security.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/security.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/security.idl	2007-01-15 09:17:11 UTC (rev 20796)
+++ branches/SAMBA_4_0/source/librpc/idl/security.idl	2007-01-15 09:52:25 UTC (rev 20797)
@@ -240,7 +240,7 @@
 		SEC_ACE_TYPE_SYSTEM_ALARM_OBJECT	= 8
 	} security_ace_type;
 
-	typedef bitmap {
+	typedef [bitmap32bit] bitmap {
 		SEC_ACE_OBJECT_TYPE_PRESENT		= 0x00000001,
 		SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT	= 0x00000002
 	} security_ace_object_flags;



More information about the samba-cvs mailing list