Make MonoTODO attributes internal.
authorPaolo Molaro <lupus@oddwiz.org>
Wed, 14 May 2003 20:02:29 +0000 (20:02 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Wed, 14 May 2003 20:02:29 +0000 (20:02 -0000)
svn path=/trunk/mcs/; revision=14587

12 files changed:
mcs/class/Microsoft.JScript/Microsoft.JScript/TODOAttribute.cs
mcs/class/Microsoft.VisualBasic/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/TODOAttribute.cs
mcs/class/Microsoft.VisualBasic/Microsoft.VisualBasic/TODOAttribute.cs
mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/TODOAttribute.cs
mcs/class/System.Configuration.Install/System.Configuration.Install/TODOAttribute.cs
mcs/class/System.Drawing/System.Drawing.Drawing2D/TODOAttribute.cs
mcs/class/System.EnterpriseServices/System.EnterpriseServices/TODOAttribute.cs
mcs/class/System.Management/System.Management/TODOAttribute.cs
mcs/class/System.Runtime.Remoting/System.Runtime.Remoting/TODOAttribute.cs
mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/TODOAttribute.cs
mcs/class/System.Security/System.Security.Cryptography.Xml/TODOAttribute.cs
mcs/class/corlib/System/TODOAttribute.cs

index 39e67c91f78df9ff25e275a9b1bd356fa6b00969..a36c1665260310dfbb142b3f8d095ebf973fae89 100755 (executable)
@@ -18,7 +18,7 @@ namespace Microsoft.JScript {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>  
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index fe572f886c773b810de5c87421cd10e149b8b5a9..6e75d442bc68cefdce9ccb5ac2ec106c6f5f1b61 100644 (file)
@@ -19,7 +19,7 @@ namespace Microsoft.VisualBasic.CompilerServices {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index a38969af21204af02f7e7fe19bbb25c9fd86afb1..ffc3935fbd4ea618243f8e399fe3d6d835154332 100644 (file)
@@ -19,7 +19,7 @@ namespace Microsoft.VisualBasic {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index 5936e6bfa26d411c25d442c516e4b150b8151857..044de8a8c822d4de1b0d1f528a266db50d117600 100644 (file)
@@ -18,7 +18,7 @@ namespace Mono.Data.Tds.Protocol {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                string comment;
 
index 1682ac8df6e2ee1a2ed954fcdb8901ae20f0216c..2075e1aa48a857eb401269b6afeb083b22a1b1ab 100644 (file)
@@ -19,7 +19,7 @@ namespace System.Configuration.Install {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index 0920ce8f92decaab107a0701d9e2318ac2be2016..575d1f3b86b17c565560e3ec7d7932ca3459f457 100644 (file)
@@ -17,7 +17,7 @@ namespace System {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index d134ddcff7cc661d1fb48460bbcd0f3649d95044..5a3589068eccc9aa07211190cf9178d7758472a3 100755 (executable)
@@ -17,7 +17,7 @@ namespace System.EnterpriseServices {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index fe45cbc98efa88ed20fc114f383ef8eb8ab5d278..aa39d7928c081fb02d4e58013e53e4a365d8f618 100644 (file)
@@ -17,7 +17,7 @@ namespace System.Management
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute
+       internal class MonoTODOAttribute : Attribute
        {
                string comment;
                
index 0920ce8f92decaab107a0701d9e2318ac2be2016..575d1f3b86b17c565560e3ec7d7932ca3459f457 100644 (file)
@@ -17,7 +17,7 @@ namespace System {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index 0b89c8b0a77e23088645be4142fcebdc2f0798d6..0f91b782a8a059508169b1daa6eddb40ebe35515 100755 (executable)
@@ -17,7 +17,7 @@ namespace System.Runtime.Serialization.Formatters.Soap {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index 0920ce8f92decaab107a0701d9e2318ac2be2016..575d1f3b86b17c565560e3ec7d7932ca3459f457 100644 (file)
@@ -17,7 +17,7 @@ namespace System {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;
                
index 0920ce8f92decaab107a0701d9e2318ac2be2016..575d1f3b86b17c565560e3ec7d7932ca3459f457 100644 (file)
@@ -17,7 +17,7 @@ namespace System {
        ///   Use this to decorate any element which you think is not complete
        /// </remarks>
        [AttributeUsage (AttributeTargets.All, AllowMultiple=true)]
-       public class MonoTODOAttribute : Attribute {
+       internal class MonoTODOAttribute : Attribute {
 
                private string comment;