2002-07-24 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 24 Jul 2002 04:18:47 +0000 (04:18 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 24 Jul 2002 04:18:47 +0000 (04:18 -0000)
commiteb94895b16e7eed8ac1867d08f1423dd01dd7d0d
tree3b4123396ca0568e85a39215401443e8c75be755
parentf106899003c26d59a2013f640a78a728fb8fd69d
2002-07-24  Duncan Mak  <duncan@ximian.com>

* unix.args: Added files from Remoting.Lifetime and
Remoting.Metadata.

* ChangeLog: Moved entries from System.Runtime.Remoting.Activation
and System.Runtime.Remoting.Proxy to their own ChangeLog.

* IsVolatile.cs: change visibility on the constructor.

* LeaseState.cs: Moved here from System.Runtime.Remoting.

* ClientSponsor.cs:
* LifetimeServices.cs: Stubbed out

* ILease.cs:
* ISponsor.cs: Added to CVS.

* OneWayAttribute.cs: Added to CVS.

* SoapAttribute.cs:
* SoapFieldAttribute.cs:
* SoapMethodAttribute.cs:
* SoapParameterAttribute.cs:
* SoapTypeAttribute.cs: Stubbed out.

* SoapOption.cs:
* XmlFieldOrderOption.cs: Moved here from System.Runtime.Remoting

* System.Runtime.Remoting.Proxies/ProxyAttribute.cs: This
implements IContextAttribute.

* LeaseState.cs: Moved to System.Runtime.Remoting.Lifetime.

* SoapMethodOption.cs:
* SoapOption.cs: Removed and merged into System.Runtime.Remoting.Metadata.SoapOption.

svn path=/trunk/mcs/; revision=6107
27 files changed:
mcs/class/corlib/ChangeLog
mcs/class/corlib/System.Runtime.CompilerServices/ChangeLog
mcs/class/corlib/System.Runtime.CompilerServices/IsVolatile.cs
mcs/class/corlib/System.Runtime.Remoting.Activation/ChangeLog [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Lifetime/ChangeLog [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Lifetime/ClientSponsor.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Lifetime/ILease.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Lifetime/ISponsor.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Lifetime/LeaseState.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Lifetime/LifetimeServices.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Messaging/OneWayAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/ChangeLog [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/SoapAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/SoapFieldAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/SoapMethodAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/SoapOption.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/SoapParameterAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/SoapTypeAttribute.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Metadata/XmlFieldOrderOption.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Proxies/ChangeLog [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Proxies/ProxyAttribute.cs
mcs/class/corlib/System.Runtime.Remoting/ChangeLog
mcs/class/corlib/System.Runtime.Remoting/LeaseState.cs [deleted file]
mcs/class/corlib/System.Runtime.Remoting/SoapMethodOption.cs [deleted file]
mcs/class/corlib/System.Runtime.Remoting/SoapOption.cs [deleted file]
mcs/class/corlib/unix.args