2004-05-14 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 14 May 2004 03:56:34 +0000 (03:56 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 14 May 2004 03:56:34 +0000 (03:56 -0000)
* __ComObject.cs : This class is not regarded as CLSCompliant by csc.
  See also bug #58478.

svn path=/trunk/mcs/; revision=27331

mcs/class/corlib/System/ChangeLog
mcs/class/corlib/System/__ComObject.cs

index 8fed1187192c048befdb37c34f29af7d61ab7805..a865d44a5f446e23f3055104d14896ab1fb9572e 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
+
+       * __ComObject.cs : This class is not regarded as CLSCompliant by csc.
+         See also bug #58478.
+
 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * AppDomainSetup.cs: don't throw an exception if dynamic_base has not
index c7130d92100e78bbd198eb1f9540f79c6c277c27..9a84020e8c15e68769f49c6b98e40f8a976b0d23 100755 (executable)
@@ -9,6 +9,7 @@
 
 namespace System {
 
+       [CLSCompliant (false)]
        [MonoTODO ("Is there someone in there ?")]
        public class __ComObject : MarshalByRefObject {