2003-08-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Wed, 6 Aug 2003 10:14:25 +0000 (10:14 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Wed, 6 Aug 2003 10:14:25 +0000 (10:14 -0000)
commit0a92a6acf1217c51f8a444741c70be07b895b41c
tree78407a70ad0404c2e2e1796340541bffa1d7c072
parent7ef92957c954d8bcc0fc6825b3f71fefe444637f
2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* UCOMIBindCtx.cs: Added and implemented
* UCOMIConnectionPoint.cs: Added and implemented
* UCOMIConnectionPointContainer.cs: Added and implemented
* UCOMIEnumConnectionPoints.cs: Added and implemented
* UCOMIEnumConnections.cs: Added and implemented
* UCOMIEnumMoniker.cs: Added and implemented
* UCOMIEnumString.cs: Added and implemented
* UCOMIEnumVARIANT.cs: Added and implemented
* UCOMIMoniker.cs: Added and implemented
* UCOMIPersistFile.cs: Added and implemented
* UCOMIRunningObjectTable.cs: Added and implemented
* UCOMIStream.cs: Added and implemented

* UCOMTypeComp.cs: renamed
* UCOMTypeInfo.cs: renamed
* UCOMTypeLib.cs: renamed

* ITypeLibConverter.cs: Fixed interface signature

* ComSourceInterfacesAttribute.cs: Added and implemented
* IDispatchImplAttribute.cs: Added and implemented
* InvalidComObjectException.cs: Added and implemented
* InvalidOleVariantTypeException.cs: Added and implemented
* MarshalDirectiveException.cs: Added and implemented
* SafeArrayRankMismatchException.cs: Added and implemented
* SafeArrayTypeMismatchException.cs: Added and implemented
* SEHException.cs: Added attribute
* UnknownWrapper.cs: Added and implemented

* BIND_OPTS.cs:
* CONNECTDATA.cs:
* ELEMDESC.cs:
* FILETIME.cs:
* FUNCDESC.cs:
* IDLDESC.cs:
* PARAMDESC.cs:
* STATSTG.cs:
* TYPEATTR.cs:
* TYPEDESC.cs:
* TYPELIBATTR.cs:
* VARDESC.cs: Added and implemented

* CALLCONV.cs:
* FUNCFLAGS.cs:
* FUNCKIND.cs:
* IDispatchImplType.cs:
* IDLFLAG.cs:
* IMPLTYPEFLAGS.cs:
* LIBFLAGS.cs:
* PARAMFLAG.cs:
* SYSKIND.cs:
* TYPEFLAGS.cs:
* TypeLibImporterFlags.cs:
* VARFLAGS.cs: Added and implemented

svn path=/trunk/mcs/; revision=17113
53 files changed:
mcs/class/corlib/System.Runtime.InteropServices/BIND_OPTS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/CALLCONV.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/CONNECTDATA.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/ChangeLog
mcs/class/corlib/System.Runtime.InteropServices/ComSourceInterfacesAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/ELEMDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/FILETIME.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/FUNCDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/FUNCFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/FUNCKIND.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/IDLDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/IDLFLAG.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/IDispatchImplAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/IDispatchImplType.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/IMPLTYPEFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/ITypeLibConverter.cs
mcs/class/corlib/System.Runtime.InteropServices/InvalidComObjectException.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/InvalidOleVariantTypeException.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/LIBFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/MarshalDirectiveException.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/PARAMDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/PARAMFLAG.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/SEHException.cs
mcs/class/corlib/System.Runtime.InteropServices/STATSTG.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/SYSKIND.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/SafeArrayRankMismatchException.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/SafeArrayTypeMismatchException.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/TYPEATTR.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/TYPEDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/TYPEFLAGS.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/TYPELIBATTR.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/TypeLibImporterFlags.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIBindCtx.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPointContainer.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumConnectionPoints.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumConnections.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumMoniker.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumString.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumVARIANT.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIMoniker.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIPersistFile.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIRunningObjectTable.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMIStream.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeComp.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeInfo.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeLib.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/UCOMTypeComp.cs [deleted file]
mcs/class/corlib/System.Runtime.InteropServices/UCOMTypeInfo.cs [deleted file]
mcs/class/corlib/System.Runtime.InteropServices/UCOMTypeLib.cs [deleted file]
mcs/class/corlib/System.Runtime.InteropServices/UnknownWrapper.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/VARDESC.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.InteropServices/VARFLAGS.cs [new file with mode: 0644]