* ClientSponsor.cs: Implemented.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Lifetime / ChangeLog
1 2003-08-14  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * ClientSponsor.cs: Implemented.
4
5 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
6
7         * LeaseManager.cs: Added method for removing an object from the lease manager.
8         * LifetimeServices.cs: Added method for removing an object from the lease manager.
9
10 2003-02-16  Lluis Sanchez Gual <lluis@ideary.com>
11
12         * LeaseSink.cs: small correction.
13
14 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
15
16         * LifetimeServices.cs: Implemented all methods.
17         * LeaseSink.cs: implemented renewal of lease.
18         * Lease.cs: Added. It is an implementation of ILease.
19         * LeaseManager.cs: Added. Tracks lifetime of remote objects.
20
21 2003-01-29  Lluis Sanchez Gual <lluis@ideary.com>
22
23         * LifetimeServices.cs: Implemented some basic properties.
24
25 2002-12-20  Lluis Sanchez Gual <lsg@ctv.es>
26
27         * LeaseSink.cs: Added
28
29 2002-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30
31         * LifetimeServices.cs: the class is sealed.
32
33 2002-07-30  Duncan Mak  <duncan@ximian.com>
34
35         * LeaseState.cs: Fixed namespace.
36
37 2002-07-29  Duncan Mak  <duncan@ximian.com>
38
39         * ILease.cs: Add the method part of the interface and renamed the
40         CurrentState property to it proper name.
41
42 2002-07-24  Duncan Mak  <duncan@ximian.com>
43
44         * LeaseState.cs: Moved here from System.Runtime.Remoting.
45
46         * ClientSponsor.cs: 
47         * LifetimeServices.cs: Stubbed out
48
49         * ILease.cs: 
50         * ISponsor.cs: Added to CVS.
51         
52