* ActivationServices.cs: Added method for creating a proxy from a list
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Activation / ChangeLog
1 2003-02-25  Lluis Sanchez Gual <lluis@ideary.com>
2
3         * ActivationServices.cs: Added method for creating a proxy from a list
4           of activation attributes. This is used by System.Activator.
5           Added method for creating a ConstructionCall from a list of activation attributes.
6           This is used from RemotingProxy.
7         * ConstructionLevelActivator.cs: Added. Implements an IActivator that constructs an object.
8         * ContextLevelActivator.cs: Added. Implements an IActivator that constructs a context.
9         * RemoteActivationAttribute.cs: Added.
10         * RemoteActivator.cs: Used RemoteActivationAttribute in the creation of the server object.
11         * UrlAttribute.cs: Removed some "throw new NotImplementedException ()".
12
13 2003-02-18  Lluis Sanchez Gual <lluis@ideary.com>
14
15         * RemoteActivator.cs: Instance creation implemented.
16         * ActivationServices.cs: Added.
17
18 2003-01-29  Lluis Sanchez Gual <lluis@ideary.com>
19
20         * RemoteActivator.cs: Added.
21
22 2002-12-06  Duncan Mak  <duncan@ximian.com>
23
24         * UrlAttribute.cs (GetHashCode): Implemented.  
25
26 2002-07-24  Duncan Mak  <duncan@ximian.com>     
27
28         * System.Runtime.Remoting.Activation/UrlAttribute.cs: Add to CVS.
29
30         * System.Runtime.Remoting.Activation/IConstructionCallMessage.cs:
31         This implements IMessage, IMethodCallMessage and IMethodMessage.