[Task] Add an extra check in Task.WaitAny to make sure the index returned is valid
[mono.git] / mcs / class / corlib / System.Security.Principal / PrincipalPolicy.cs
index d75e2ba2a39ffb56f4d331f50b48990a641520e7..2bce6182d0d791ba7a3a3a2cedae83f9241aaed5 100644 (file)
@@ -5,10 +5,7 @@
 //   Miguel de Icaza (miguel@ximian.com)
 //
 // (C) Ximian, Inc.  http://www.ximian.com
-//
-
-//
-// 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.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Security.Principal {
 
        [Serializable]
+       [ComVisible (true)]
        public enum PrincipalPolicy {
                UnauthenticatedPrincipal,
                NoPrincipal,