Author: kazuki
Date: 2005-03-03 21:35:54 -0500 (Thu, 03 Mar 2005)
New Revision: 41422

Modified:
   trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ChangeLog
   
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/PrePrepareMethodAttribute.cs
   
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ReliabilityContractAttribute.cs
Log:
2005-03-04  Kazuki Oikawa  <[EMAIL PROTECTED]>

        * PrePrepareMethodAttribute.cs:
        * ReliabilityContractAttribute.cs: Fixed attributes.

Modified: trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ChangeLog        
2005-03-04 02:29:18 UTC (rev 41421)
+++ trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ChangeLog        
2005-03-04 02:35:54 UTC (rev 41422)
@@ -1,3 +1,8 @@
+2005-03-04  Kazuki Oikawa  <[EMAIL PROTECTED]>
+
+       * PrePrepareMethodAttribute.cs:
+       * ReliabilityContractAttribute.cs: Fixed attributes.
+
 2004-08-12  Sebastien Pouliot  <[EMAIL PROTECTED]>
 
        * CER.cs: Copied from System.Runtime.Reliability. Fixed attributes.

Modified: 
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/PrePrepareMethodAttribute.cs
===================================================================
--- 
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/PrePrepareMethodAttribute.cs
     2005-03-04 02:29:18 UTC (rev 41421)
+++ 
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/PrePrepareMethodAttribute.cs
     2005-03-04 02:35:54 UTC (rev 41422)
@@ -32,8 +32,7 @@
 
 namespace System.Runtime.ConstrainedExecution
 {
-       [AttributeUsage ((AttributeTargets.Assembly | AttributeTargets.Class | 
AttributeTargets.Struct |
-               AttributeTargets.Constructor | AttributeTargets.Method), 
Inherited=false)]
+       [AttributeUsage ((AttributeTargets.Constructor | 
AttributeTargets.Method), Inherited=false)]
        [ComVisible (false)]
         public sealed class PrePrepareMethodAttribute : Attribute
         {

Modified: 
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ReliabilityContractAttribute.cs
===================================================================
--- 
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ReliabilityContractAttribute.cs
  2005-03-04 02:29:18 UTC (rev 41421)
+++ 
trunk/mcs/class/corlib/System.Runtime.ConstrainedExecution/ReliabilityContractAttribute.cs
  2005-03-04 02:35:54 UTC (rev 41422)
@@ -33,7 +33,7 @@
 namespace System.Runtime.ConstrainedExecution
 {
        [AttributeUsage ((AttributeTargets.Assembly | AttributeTargets.Class | 
AttributeTargets.Struct |
-               AttributeTargets.Constructor | AttributeTargets.Method), 
Inherited=false)]
+               AttributeTargets.Constructor | AttributeTargets.Method | 
AttributeTargets.Interface), Inherited=false)]
        [ComVisible (false)]
         public sealed class ReliabilityContractAttribute : Attribute
         {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to