2003-08-14 Lluis Sanchez Gual * AppDomainLevelActivator.cs, ConstructionLevelActivator.cs, ContextLevelActivator.cs, RemoteActivationAttribute.cs, RemoteActivator.cs: Changed class from public to internal. 2003-03-21 Lluis Sanchez Gual * ActivationServices.cs: Added the method Activate that performs the forwards the creation message to the right message sink. Added support for AppDomainLevelActivator. * ConstructionLevelActivator.cs: Activate does not use the object identity because it may not be set yet. * ContextLevelActivator.cs: this activator is now always called for CBOs. A new context has to be created only if the construction message says so. * AppDomainLevelActivator.cs: Added. Implements an IActivator that makes a remote creation. 2003-02-25 Lluis Sanchez Gual * ActivationServices.cs: Added method for creating a proxy from a list of activation attributes. This is used by System.Activator. Added method for creating a ConstructionCall from a list of activation attributes. This is used from RemotingProxy. * ConstructionLevelActivator.cs: Added. Implements an IActivator that constructs an object. * ContextLevelActivator.cs: Added. Implements an IActivator that constructs a context. * RemoteActivationAttribute.cs: Added. * RemoteActivator.cs: Used RemoteActivationAttribute in the creation of the server object. * UrlAttribute.cs: Removed some "throw new NotImplementedException ()". 2003-02-18 Lluis Sanchez Gual * RemoteActivator.cs: Instance creation implemented. * ActivationServices.cs: Added. 2003-01-29 Lluis Sanchez Gual * RemoteActivator.cs: Added. 2002-12-06 Duncan Mak * UrlAttribute.cs (GetHashCode): Implemented. 2002-07-24 Duncan Mak * System.Runtime.Remoting.Activation/UrlAttribute.cs: Add to CVS. * System.Runtime.Remoting.Activation/IConstructionCallMessage.cs: This implements IMessage, IMethodCallMessage and IMethodMessage.