2005-02-26 Kazuki Oikawa <kazuki@panicode.com>
authorKazuki Oikawa <k@oikw.org>
Sat, 26 Feb 2005 11:29:31 +0000 (11:29 -0000)
committerKazuki Oikawa <k@oikw.org>
Sat, 26 Feb 2005 11:29:31 +0000 (11:29 -0000)
commitf0d85adb6512ab44d3d170095eb4d907a3feb84c
tree29b94b408dde065c55106d4f755b551992f40019
parent07a738940429f740c530294919a7a6056a176e52
2005-02-26  Kazuki Oikawa  <kazuki@panicode.com>

* corlib.dll.sources: Removed DoubleFormatter and SingleFormatter.
Added System.Runtime.InteropServices.ComTypes
        * Added System.Runtime.InteropServices.ComTypes

svn path=/trunk/mcs/; revision=41237
49 files changed:
mcs/class/corlib/ChangeLog
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/BINDPTR.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/BIND_OPTS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/CALLCONV.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/CONNECTDATA.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ChangeLog [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DESCKIND.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/DISPPARAMS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ELEMDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/EXCEPINFO.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FILETIME.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FUNCDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FUNCFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/FUNCKIND.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IBindCtx.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IConnectionPoint.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IConnectionPointContainer.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IDLDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IDLFLAG.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumConnectionPoints.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumConnections.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumMoniker.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumString.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IEnumVARIANT.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IMPLTYPEFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IMoniker.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/INVOKEKIND.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IPersistFile.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IRunningObjectTable.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/IStream.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ITypeComp.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ITypeInfo.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ITypeInfo2.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ITypeLib.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/ITypeLib2.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/LIBFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/PARAMDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/PARAMFLAG.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/STATSTG.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/SYSKIND.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEATTR.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPEKIND.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/TYPELIBATTR.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/VARDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/VARFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices.ComTypes/VARKIND.cs [new file with mode: 0644]
mcs/class/corlib/corlib.dll.sources