Eliminating ComVisible noises.
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 3 Jul 2007 12:34:33 +0000 (12:34 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 3 Jul 2007 12:34:33 +0000 (12:34 -0000)
commit260d3b5912de50f746f536102e236825a1bb9216
treed9f3d0642f44baa8b12dfb5caae629ac351e5a11
parent936dfc332b42f30b1ecb3e8d1b1e362b678ef154
Eliminating ComVisible noises.

svn path=/trunk/mcs/; revision=81246
29 files changed:
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/BINDPTR.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/BIND_OPTS.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/CALLCONV.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/CONNECTDATA.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DESCKIND.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DISPPARAMS.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ELEMDESC.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/EXCEPINFO.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FILETIME.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FUNCDESC.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FUNCFLAGS.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FUNCKIND.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IDLDESC.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IDLFLAG.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/INVOKEKIND.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/LIBFLAGS.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/PARAMDESC.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/PARAMFLAG.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/STATSTG.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/SYSKIND.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEATTR.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEDESC.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEFLAGS.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEKIND.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPELIBATTR.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/VARDESC.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/VARFLAGS.cs
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/VARKIND.cs