dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting/Life


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting/Lifetime ClientSponsor.cs,1.1,1.2 ILease.cs,1.1,1.2
Date: Wed, 23 Apr 2003 01:39:52 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Lifetime
In directory 
subversions:/tmp/cvs-serv9550/runtime/System/Runtime/Remoting/Lifetime

Modified Files:
        ClientSponsor.cs ILease.cs 
Log Message:


Minor tweaks to a lot of classes to make them more signature compatible
with .NET Framework SDK 1.1.


Index: ClientSponsor.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Lifetime/ClientSponsor.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ClientSponsor.cs    17 Apr 2003 10:36:09 -0000      1.1
--- ClientSponsor.cs    23 Apr 2003 05:39:50 -0000      1.2
***************
*** 37,40 ****
--- 37,46 ----
                        }
  
+       // Destructor.
+       ~ClientSponsor()
+                       {
+                               // Nothing to do here except declare the 
finalizer.
+                       }
+ 
        // Get or set the renewal time.
        public TimeSpan RenewalTime

Index: ILease.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Lifetime/ILease.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ILease.cs   17 Apr 2003 10:36:09 -0000      1.1
--- ILease.cs   23 Apr 2003 05:39:50 -0000      1.2
***************
*** 49,53 ****
  
        // Renew the lease.
!       void Renew(TimeSpan renewalTime);
  
        // Unregister a sponsor.
--- 49,53 ----
  
        // Renew the lease.
!       TimeSpan Renew(TimeSpan renewalTime);
  
        // Unregister a sponsor.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]