2008-06-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System / CLSCompliantAttribute.cs
old mode 100755 (executable)
new mode 100644 (file)
index 63356cb..afb95d7
@@ -29,6 +29,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
+using System.Runtime.InteropServices;
 
 namespace System
 {
@@ -37,6 +38,9 @@ namespace System
        /// </summary>
        [AttributeUsage (AttributeTargets.All)]
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class CLSCompliantAttribute : Attribute
        {
                bool is_compliant;