Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / corlib / System.Security.Policy / PolicyStatementAttribute.cs
index 14128e860d05dd98a3efd8001cf0d92b599b2138..12228129ba8457f5a624746caf9a33fcc200c5e3 100644 (file)
@@ -1,11 +1,11 @@
+//
 // System.Security.Policy.PolicyStatementAttribute
 //
-// Nick Drochak (ndrochak@gol.com)
+// Author:
+//     Nick Drochak (ndrochak@gol.com)
 //
 // (C) 2001 Nick Drochak
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-namespace System.Security.Policy
-{
+using System.Runtime.InteropServices;
+
+namespace System.Security.Policy {
+
        [Flags]
        [Serializable]
-       public enum PolicyStatementAttribute    {
+       [ComVisible (true)]
+       public enum PolicyStatementAttribute {
                Nothing = 0,
                Exclusive = 1,
                LevelFinal = 2,