Added ifdef for TARGET_JVM.
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1Object.cs
index 323f95ccefe1c2d9f0e720f6d907b85edef51537..84b40556ad5c41445af0deeb24d880953b96d91c 100644 (file)
@@ -35,7 +35,9 @@ 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
        {