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 LifetimeServices.cs, 1.1, 1.2
Date: Fri, 22 Aug 2003 20:36:01 -0400

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

Modified Files:
        LifetimeServices.cs 
Log Message:


Minor TODO's in "Activator" and "MarshalByRefObject".


Index: LifetimeServices.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Lifetime/LifetimeServices.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** LifetimeServices.cs 19 Apr 2003 07:15:38 -0000      1.1
--- LifetimeServices.cs 23 Aug 2003 00:35:59 -0000      1.2
***************
*** 89,92 ****
--- 89,108 ----
                        }
  
+       // Get the default lifetime service object for a marshal-by-ref object.
+       [TODO]
+       internal static Object GetLifetimeService(MarshalByRefObject obj)
+                       {
+                               // TODO
+                               return null;
+                       }
+ 
+       // Initialize a lifetime service object for a marshal-by-ref object.
+       [TODO]
+       internal static Object InitializeLifetimeService(MarshalByRefObject obj)
+                       {
+                               // TODO
+                               return null;
+                       }
+ 
  }; // class LifetimeServices
  





reply via email to

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