X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FCLSCompliantAttribute.cs;h=afb95d789d9353beb2d5da743f62555d42e54b36;hb=07511760941cb92ba3d0febef21bfd5766224496;hp=63356cb1cc3b01dc0fad64d3b2ad2af14b0696ff;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/class/corlib/System/CLSCompliantAttribute.cs b/mcs/class/corlib/System/CLSCompliantAttribute.cs old mode 100755 new mode 100644 index 63356cb1cc3..afb95d789d9 --- a/mcs/class/corlib/System/CLSCompliantAttribute.cs +++ b/mcs/class/corlib/System/CLSCompliantAttribute.cs @@ -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 /// [AttributeUsage (AttributeTargets.All)] [Serializable] +#if NET_2_0 + [ComVisible (true)] +#endif public sealed class CLSCompliantAttribute : Attribute { bool is_compliant;