2008-07-13 Nestor Salceda <nestor.salceda@gmail.com>
[mono.git] / mcs / class / corlib / System.Security.AccessControl / AuthorizationRule.cs
index 84bcd42e10ab07cf3e58a1ef4d0c7dcec7b7fcdf..aad35c254cb8b43028b6d3abf7ec6e8886ea67b2 100644 (file)
@@ -1,10 +1,11 @@
 //
 // System.Security.AccessControl.AuthorizationRule implementation
 //
-// Author:
+// Authors:
 //     Dick Porter  <dick@ximian.com>
+//     Atsushi Enomoto  <atsushi@ximian.com>
 //
-// Copyright (C) 2006 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2006-2007 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
@@ -39,7 +40,7 @@ namespace System.Security.AccessControl {
                InheritanceFlags inheritanceFlags;
                PropagationFlags propagationFlags;
                
-               protected AuthorizationRule ()
+               internal AuthorizationRule ()
                {
                        /* Give it a 0-param constructor */
                }