Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kirzner <borisk@mono-cvs.ximian.com>2005-07-27 19:34:47 +0400
committerBoris Kirzner <borisk@mono-cvs.ximian.com>2005-07-27 19:34:47 +0400
commit0a871118518ece60054f3e7bff456b363dd064e8 (patch)
tree0c7cf5bc33c9888ec9365beed057542fa7bdfa08 /mcs/class/Novell.Directory.Ldap
parent1b669ff860167bf5a4abcb96adb0dbf029aa5e15 (diff)
Removed unnecessary CLSCompliantAttribute(true).
svn path=/trunk/mcs/; revision=47755
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/ChangeLog23
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Boolean.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Choice.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Encoder.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Identifier.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Integer.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Length.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Null.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Numeric.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1OctetString.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Sequence.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Set.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SetOf.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Structured.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Tagged.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBERDecoder.cs3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBEREncoder.cs3
20 files changed, 23 insertions, 57 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/ChangeLog b/mcs/class/Novell.Directory.Ldap/ChangeLog
index 1989a731eef..cb35881c19b 100644
--- a/mcs/class/Novell.Directory.Ldap/ChangeLog
+++ b/mcs/class/Novell.Directory.Ldap/ChangeLog
@@ -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.
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Boolean.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Boolean.cs
index 615cfee4231..c139ea4cd6d 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Boolean.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Boolean.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Choice.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Choice.cs
index 00594b52233..1da00779257 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Choice.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Choice.cs
@@ -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.
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Encoder.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Encoder.cs
index ed389da5854..4dec1d60ab0 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Encoder.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Encoder.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs
index 1f29041f550..78adc003d5d 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Enumerated.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Identifier.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Identifier.cs
index 2f96303b945..22c3494022f 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Identifier.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Identifier.cs
@@ -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.
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Integer.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Integer.cs
index a293325cca9..662563a0932 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Integer.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Integer.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Length.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Length.cs
index baa0fb30f5c..9f0e27d5e90 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Length.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Length.cs
@@ -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>
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Null.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Null.cs
index 262e314382d..845d106b375 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Null.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Null.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Numeric.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Numeric.cs
index 58c531caa5a..cb6f66bec36 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Numeric.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Numeric.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs
index 84b40556ad5..9c5cfa1d575 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Object.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1OctetString.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1OctetString.cs
index a5d416ed3b7..bb11db6f9d1 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1OctetString.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1OctetString.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Sequence.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Sequence.cs
index 224b7ee41a5..86525972b70 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Sequence.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Sequence.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs
index 93065aaa993..d681c8803d3 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SequenceOf.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Set.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Set.cs
index 66334fbf2e8..4991f495a94 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Set.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Set.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SetOf.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SetOf.cs
index 230358e1a1b..1e91a9e0b50 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SetOf.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1SetOf.cs
@@ -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
{
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Structured.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Structured.cs
index 7ec29d22024..e4d3a5f39c0 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Structured.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Structured.cs
@@ -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;
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Tagged.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Tagged.cs
index 87464e1aa85..368a512ff1c 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Tagged.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/Asn1Tagged.cs
@@ -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>
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBERDecoder.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBERDecoder.cs
index f8ec47a70ec..a95aa496779 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBERDecoder.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBERDecoder.cs
@@ -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()
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBEREncoder.cs b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBEREncoder.cs
index 636fe5bf29e..eb5e843b8e6 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBEREncoder.cs
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.Asn1/LBEREncoder.cs
@@ -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
{