Add new classes to get rid of the warnings being emitted by the
authorMiguel de Icaza <miguel@gnome.org>
Sat, 27 Oct 2001 00:08:33 +0000 (00:08 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 27 Oct 2001 00:08:33 +0000 (00:08 -0000)
commit4cd8207aae62d348f3e6a39c50ff3e67167a273e
tree9b26790b90de0946296d30bbc1cfdf86b8872a40
parent8edceaee2168867e70ad66a119cf09cd14c230b7
Add new classes to get rid of the warnings being emitted by the
interpreter (although new warning are now there, we need to get the
Decimal internalcalls in place).

Implement some bits of CultureInfo, but it is yet far from finished.

svn path=/trunk/mcs/; revision=1205
19 files changed:
mcs/class/corlib/System.Globalization/ChangeLog
mcs/class/corlib/System.Globalization/CultureInfo.cs
mcs/class/corlib/System.Globalization/NumberFormatInfo.cs
mcs/class/corlib/System.Runtime.Remoting.Activation/ActivatorLevel.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Activation/IActivator.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Activation/IConstructionCallMessage.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Activation/IConstructionReturnMessage.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Contexts/ContextAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Contexts/IContextAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Contexts/IContextProperty.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Contexts/IDynamicMessageSink.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Contexts/IDynamicProperty.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/IMessage.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/IMethodMessage.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/IMethodReturnMessage.cs [new file with mode: 0644]
mcs/class/corlib/System/ContextBoundObject.cs [new file with mode: 0644]
mcs/class/corlib/System/Type.cs