2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>
authorMiguel de Icaza <miguel@gnome.org>
Sat, 21 Dec 2002 23:00:04 +0000 (23:00 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 21 Dec 2002 23:00:04 +0000 (23:00 -0000)
commit5e017a3f3f04d60d3922b7b40f466ef876e50456
tree26b30083eb9a804ba8edd0e823132f04c027426f
parentdf53b8e04dbb638de7a9a61496e2f6b4adde23ac
2002-12-20  Lluis Sanchez Gual <lsg@ctv.es>

* RealProxy.cs: Added ObjectIdentity property.
  Implemented CrateObjRef.
* RemotingProxy.cs: Added Identity parameter to constructor

2002-12-20  Lluis Sanchez Gual <lsg@ctv.es>

* ServerContextTerminatorSink.cs: Added
* ServerObjectTerminatorSink.cs: Added
* StackBuilderSink.cs: Added

2002-12-20  Lluis Sanchez Gual <lsg@ctv.es>

* LeaseSink.cs: Added
2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>

* ObjRef.cs: Implementation now based on methods of RemotingServices.
* RemotingServices.cs: Remoting information now kept in Identity objects.
  All methods adapted to work with identities.
  Renamed ExecuteMessage to InternalExecuteMessage. ExecuteMessage should
  not make a direct call to the object.
* Identity.cs: added.

svn path=/trunk/mcs/; revision=9822
16 files changed:
mcs/class/corlib/System.Runtime.Remoting.Channels/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Channels/ChannelServices.cs
mcs/class/corlib/System.Runtime.Remoting.Channels/ClientChannelSinkStack.cs
mcs/class/corlib/System.Runtime.Remoting.Channels/ServerChannelSinkStack.cs
mcs/class/corlib/System.Runtime.Remoting.Channels/ServerDispatchSink.cs
mcs/class/corlib/System.Runtime.Remoting.Contexts/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Contexts/Context.cs
mcs/class/corlib/System.Runtime.Remoting.Lifetime/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Messaging/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Proxies/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs
mcs/class/corlib/System.Runtime.Remoting.Proxies/RemotingProxy.cs
mcs/class/corlib/System.Runtime.Remoting/ChangeLog
mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs
mcs/class/corlib/System.Runtime.Remoting/RemotingServices.cs
mcs/class/corlib/unix.args