2002-04-22 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Mon, 22 Apr 2002 22:46:36 +0000 (22:46 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Mon, 22 Apr 2002 22:46:36 +0000 (22:46 -0000)
commitc36c8dd2b18978ec9347d647dc35725c8bf4134a
treefb7ac1da4c3ed43a329ea36a119b42bf59e4be52
parentb7de47b0cf2086216183a8a84cc9e0a02a2e47f6
2002-04-22  Duncan Mak  <duncan@ximian.com>

* AutomationProxyAttribute.cs:
* CoClassAttribute.cs:
* ComAliasNameAttribute.cs:
* ComConventionLossAttribute.cs:
* ComEventInterfaceAttribute.cs:
* ComImportAttribute.cs:
* ComRegisterFunctionAttribute.cs:
* ComUnregisterFunctionAttribute.cs:
* DispIdAttribute.cs:
* ImportedFromTypeLibAttribute.cs:
* LCIDConversionAttribute.cs:
* PreserveSigAttribute.cs:
* PrimaryInteropAssemblyAttribute.cs:
* ProgIdAttribute.cs:
* TypeLibFuncAttribute.cs:
* TypeLibFuncFlags.cs:
* TypeLibTypeAttribute.cs:
* TypeLibTypeFlags.cs:
* TypeLibVarAttribute.cs:
* TypeLibVarFlags.cs:  Added to CVS.

svn path=/trunk/mcs/; revision=3971
21 files changed:
mcs/class/corlib/System.Runtime.InteropServices/AutomationProxyAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ChangeLog
mcs/class/corlib/System.Runtime.InteropServices/CoClassAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ComAliasNameAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ComConventionLossAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ComEventInterfaceAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ComImportAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ComRegisterFunctionAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ComUnregisterFunctionAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/DispIdAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ImportedFromTypeLibAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/LCIDConversionAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/PreserveSigAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/PrimaryInteropAssemblyAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/ProgIdAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/TypeLibFuncAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/TypeLibFuncFlags.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/TypeLibTypeAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/TypeLibTypeFlags.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/TypeLibVarAttribute.cs [new file with mode: 0755]
mcs/class/corlib/System.Runtime.InteropServices/TypeLibVarFlags.cs [new file with mode: 0755]