2002-07-31 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 31 Jul 2002 10:40:33 +0000 (10:40 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Wed, 31 Jul 2002 10:40:33 +0000 (10:40 -0000)
commit1cb4839fba2977af7f581cb0dd999597be02591a
treeb759da600bc8c980c977b224a85ae5b212580743
parent55cf73a7219ca33a84701ae740579c338c7f9f72
2002-07-31  Duncan Mak  <duncan@ximian.com>

* unix.args: Added new classes in
System.Runtime.Remoting.Contexts.

* InternalMessageWrapper.cs:
* MessageSurrogateFilter.cs:
* MethodCall.cs:
* MethodCallMessageWrapper.cs:
* MethodResponse.cs:
* MethodReturnMessageWrapper.cs:
* RemoteSurrogateSelector.cs: Added to CVS.

* MonoMethodMessage.cs:
* ReturnMessage.cs: Add set in the Uri property.

svn path=/trunk/mcs/; revision=6276
12 files changed:
mcs/class/corlib/System.Runtime.Remoting.Messaging/AsyncResult.cs
mcs/class/corlib/System.Runtime.Remoting.Messaging/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Messaging/InternalMessageWrapper.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/MessageSurrogateFilter.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/MethodCall.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/MethodCallMessageWrapper.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/MethodResponse.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/MethodReturnMessageWrapper.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/MonoMethodMessage.cs
mcs/class/corlib/System.Runtime.Remoting.Messaging/RemoteSurrogateSelector.cs [new file with mode: 0644]
mcs/class/corlib/System.Runtime.Remoting.Messaging/ReturnMessage.cs
mcs/class/corlib/unix.args