2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Thu, 13 Nov 2003 19:29:10 +0000 (19:29 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Thu, 13 Nov 2003 19:29:10 +0000 (19:29 -0000)
commit188eae8c5547e054fe81a20e474ac43b8af6bf0f
treeff82a3f8d02d1dda3e31a42f09a5dfaf6711cf89
parentfc6178e0fd7f22f7236fe3230505e4d3f8a4f5ec
2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* IRegistrationServices.cs:
* ITypeLibConverter.cs:
* ITypeLibExporterNameProvider.cs:
* ITypeLibExporterNotifySink.cs:
* ITypeLibImporterNotifySink.cs: Added missing attribute
* UCOMIBindCtx.cs: Added missing attribute, fixed in attribute
* UCOMIConnectionPoint.cs:
* UCOMIConnectionPointContainer.cs:
* UCOMIEnumConnectionPoints.cs:
* UCOMIEnumConnections.cs:
* UCOMIEnumMoniker.cs:
* UCOMIEnumString.cs:
* UCOMIEnumVARIANT.cs:
* UCOMIMoniker.cs:
* UCOMIPersistFile.cs:
* UCOMIRunningObjectTable.cs:
* UCOMIStream.cs:
* UCOMITypeComp.cs:
* UCOMITypeInfo.cs:
* UCOMITypeLib.cs: Added missing attribute

svn path=/trunk/mcs/; revision=19952
21 files changed:
mcs/class/corlib/System.Runtime.InteropServices/ChangeLog
mcs/class/corlib/System.Runtime.InteropServices/IRegistrationServices.cs
mcs/class/corlib/System.Runtime.InteropServices/ITypeLibConverter.cs
mcs/class/corlib/System.Runtime.InteropServices/ITypeLibExporterNameProvider.cs
mcs/class/corlib/System.Runtime.InteropServices/ITypeLibExporterNotifySink.cs
mcs/class/corlib/System.Runtime.InteropServices/ITypeLibImporterNotifySink.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIBindCtx.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPointContainer.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumConnectionPoints.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumConnections.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumMoniker.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumString.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumVARIANT.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIMoniker.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIPersistFile.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIRunningObjectTable.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIStream.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeComp.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeInfo.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeLib.cs