Removed unnecessary CLSCompliantAttribute(true).
authorBoris Kirzner <borisk@mono-cvs.ximian.com>
Wed, 27 Jul 2005 15:34:47 +0000 (15:34 -0000)
committerBoris Kirzner <borisk@mono-cvs.ximian.com>
Wed, 27 Jul 2005 15:34:47 +0000 (15:34 -0000)
svn path=/trunk/mcs/; revision=47755

20 files changed:
mcs/class/Novell.Directory.Ldap/ChangeLog
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Boolean.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Choice.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Encoder.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Identifier.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Integer.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Length.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Null.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Numeric.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1OctetString.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Sequence.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Set.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SetOf.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Structured.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Tagged.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBERDecoder.cs
mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBEREncoder.cs

index 1989a731eefb5420986a94519adbb032bc185904..cb35881c19b7ca4bad14a6ad130a8b81557ced8d 100644 (file)
@@ -1,3 +1,26 @@
+2005-27-07  Boris Kirzner <borisk@mainsoft.com>
+       * Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Choice.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Set.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Tagged.cs,
+       Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Integer.cs,
+       Novell.Directory.Ldap.Asn1/LBEREncoder.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Numeric.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Structured.cs,
+       Novell.Directory.Ldap.Asn1/Asn1OctetString.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Object.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Sequence.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Null.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Encoder.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Boolean.cs,
+       Novell.Directory.Ldap.Asn1/Asn1SetOf.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Length.cs,
+       Novell.Directory.Ldap.Asn1/Asn1Identifier.cs,
+       Novell.Directory.Ldap.Asn1/LBERDecoder.cs: removed unnecessary attribute
+       CLSCompliantAttribute(true), since it is already defined 
+       in Novell.Directory.Ldap/AssemblyInfo.cs
+       
 2005-26-07  Boris Kirzner <borisk@mainsoft.com>
        * Novell.Directory.Ldap/LdapException.cs: propagate root cause exception
        to base. Use InnerException instead of private member.
index 615cfee4231f625e974df42659273de592db5bf8..c139ea4cd6dafae05840e5b50dec5b20639adacf 100644 (file)
@@ -35,9 +35,6 @@ namespace Novell.Directory.Ldap.Asn1
 {
        
        /// <summary> This class encapsulates the ASN.1 BOOLEAN type.</summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Boolean:Asn1Object
        {
                
index 00594b5223311def2a115c691f8648945ecca41f..1da0077925718933270388c94ff8defb1b433478 100644 (file)
@@ -39,9 +39,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// </summary>
        /* Can a CHOICE contain anything BUT a TAGGED Type?
        */
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Choice:Asn1Object
        {
                /// <summary> Sets the CHOICE value stored in this Asn1Choice.
index ed389da58543d34807c2aeec15ab966626b8bba9..4dec1d60ab00aa5a2f68dd03e04a86c3e6cf57a1 100644 (file)
@@ -50,9 +50,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// includes a BER encoder no application provided encoder is needed for 
        /// building Ldap packets.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public interface Asn1Encoder : System.Runtime.Serialization.ISerializable
                {
                        
index 1f29041f550ee8ea1355c02a790fcfe8bb4db36f..78adc003d5db28501ea4023ff272467f2cbf8dbe 100644 (file)
@@ -35,9 +35,6 @@ namespace Novell.Directory.Ldap.Asn1
 {
        
        /// <summary> This class encapsulates the ASN.1 ENUMERATED type.</summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Enumerated:Asn1Numeric
        {
                
index 2f96303b945d0e5bfa062a5b025aaba6c6e1cf79..22c3494022f6a5f0a12fe4e275f5d0a3c1d375f1 100644 (file)
@@ -72,9 +72,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// 1 1 1 1 1 (> 30) multiple octet tag, more octets follow
        /// </pre>
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Identifier:System.Object, System.ICloneable
        {
                /// <summary> Returns the CLASS of this Asn1Identifier as an int value.
index a293325cca99bed0d42d781953d5c4568432315f..662563a09323e8a2d07361c29dc3ceaac76154c0 100644 (file)
@@ -35,9 +35,6 @@ namespace Novell.Directory.Ldap.Asn1
 {
        
        /// <summary> This class encapsulates the ASN.1 INTEGER type.</summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Integer:Asn1Numeric
        {
                
index baa0fb30f5ce31909d5e254663d110bc0905465f..9f0e27d5e90bf0a42f9172907f234d8560c72349 100644 (file)
@@ -37,9 +37,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// <summary> This class provides a means to manipulate ASN.1 Length's. It will
        /// be used by Asn1Encoder's and Asn1Decoder's by composition.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Length
        {
                /// <summary> Returns the length of this Asn1Length.</summary>
index 262e314382d802aa66998776537a6d0a18f5356d..845d106b37542656d1382e3f4d4f0aa507f94d82 100644 (file)
@@ -35,9 +35,6 @@ namespace Novell.Directory.Ldap.Asn1
 {
        
        /// <summary> This class represents the ASN.1 NULL type.</summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Null:Asn1Object
        {
                
index 58c531caa5a268afafda7ac7fd4000706d676752..cb6f66bec36b27f861503df7e22319e854a639b6 100644 (file)
@@ -38,9 +38,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// for all Asn1 numeric (integral) types. These include
        /// Asn1Integer and Asn1Enumerated.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public abstract class Asn1Numeric:Asn1Object
        {
                
index 84b40556ad5c41445af0deeb24d880953b96d91c..9c5cfa1d575c6311a79e23dc37d34ae1cca90481 100644 (file)
@@ -35,9 +35,6 @@ namespace Novell.Directory.Ldap.Asn1
 {
        
        /// <summary> This is the base class for all other Asn1 types.</summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        [Serializable]
        public abstract class Asn1Object : System.Runtime.Serialization.ISerializable
        {
index a5d416ed3b7971932d279d265413510f10162171..bb11db6f9d1cd86b2c9be3f6f250bce02c334521 100644 (file)
@@ -35,9 +35,6 @@ namespace Novell.Directory.Ldap.Asn1
 {
        
        /// <summary> This class encapsulates the OCTET STRING type.</summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1OctetString:Asn1Object
        {
                
index 224b7ee41a51e33b523ea568c26cc1a8faff22be..86525972b70fc06ee3635c654f7796d4e906288d 100644 (file)
@@ -40,9 +40,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// This class inherits from the Asn1Structured class which
        /// provides functionality to hold multiple Asn1 components.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Sequence:Asn1Structured
        {
                
index 93065aaa99377e96369f9a78aae200b4335d903c..d681c8803d3ea59c8bb32a966b027127edac58bb 100644 (file)
@@ -38,9 +38,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// from the Asn1Structured class which already provides
        /// functionality to hold multiple Asn1 components.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1SequenceOf:Asn1Structured
        {
                
index 66334fbf2e85adcb9d71c4ce4afed365940ad7d1..4991f495a94c1df74cb0e9efbb1a9dfeeadda4a0 100644 (file)
@@ -38,9 +38,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// distinct type. This class inherits from the Asn1Structured class
        /// which already provides functionality to hold multiple Asn1 components.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Set:Asn1Structured
        {
                
index 230358e1a1b3e29d1edc8f5a78b5c038d32d0b3d..1e91a9e0b509d2dbc0d719cf16afc48953536cf6 100644 (file)
@@ -38,9 +38,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// identical type. This class inherits from the Asn1Structured class
        /// which already provides functionality to hold multiple Asn1 components.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1SetOf:Asn1Structured
        {
                
index 7ec29d2202470cd4f0e10a2d665a8dec9a15f86a..e4d3a5f39c0232b4f4455b9f71898b3b902279ca 100644 (file)
@@ -37,9 +37,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// <summary> This class serves as the base type for all ASN.1
        /// structured types.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public abstract class Asn1Structured:Asn1Object
        {
                private Asn1Object[] content;
index 87464e1aa8545af0ad7e9d454de82b73ee5ba1a7..368a512ff1c652d535785b8bc47ddf5d919a94b4 100644 (file)
@@ -46,9 +46,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// If the type is to be encoded EXPLICITLY, the base type will be encoded as
        /// usual after the Asn1Tagged identifier has been encoded.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Tagged:Asn1Object
        {
                /// <summary> Sets the Asn1Object tagged value</summary>
index f8ec47a70ec44c338827ca1516a8e0c2a0ca83d7..a95aa4967797ffc10546258c467e752fdfc0d723 100644 (file)
@@ -67,9 +67,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// Canonical, and Distinguished Encoding Rules", 1994.
        /// 
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class LBERDecoder : Asn1Decoder
        {
                public LBERDecoder()
index 636fe5bf29ea5e5153a1019d65ccbdbe3fa23901..eb5e843b8e62e481de4ffff4cc81a3b2c53b117f 100644 (file)
@@ -67,9 +67,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// Canonical, and Distinguished Encoding Rules", 1994.
        /// 
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class LBEREncoder : Asn1Encoder
        {