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 ObjRe


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting ObjRef.cs, 1.4, 1.5 ObjectHandle.cs, 1.6, 1.7
Date: Tue, 05 Aug 2003 23:52:34 -0400

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

Modified Files:
        ObjRef.cs ObjectHandle.cs 
Log Message:


Outstanding TODO's in remoting functionality.


Index: ObjRef.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/ObjRef.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ObjRef.cs   23 Apr 2003 05:39:49 -0000      1.4
--- ObjRef.cs   6 Aug 2003 03:52:31 -0000       1.5
***************
*** 37,48 ****
--- 37,51 ----
  
        // Constructors.
+       [TODO]
        public ObjRef()
                        {
                                // TODO
                        }
+       [TODO]
        public ObjRef(MarshalByRefObject o, Type requestedType)
                        {
                                // TODO
                        }
+       [TODO]
        protected ObjRef(SerializationInfo info, StreamingContext context)
                        {
***************
*** 51,54 ****
--- 54,58 ----
  
        // Implement the IObjectReference interface.
+       [TODO]
        public virtual Object GetRealObject(StreamingContext context)
                        {
***************
*** 58,61 ****
--- 62,66 ----
  
        // Implement the ISerializable interface.
+       [TODO]
        public virtual void GetObjectData(SerializationInfo info,
                                                                          
StreamingContext context)
***************
*** 65,68 ****
--- 70,74 ----
  
        // Determine if the object reference is from this process.
+       [TODO]
        public bool IsFromThisProcess()
                        {
***************
*** 72,75 ****
--- 78,82 ----
  
        // Determine if the object reference is from this application domain.
+       [TODO]
        public bool IsFromThisAppDomain()
                        {

Index: ObjectHandle.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/ObjectHandle.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** ObjectHandle.cs     29 May 2003 01:22:41 -0000      1.6
--- ObjectHandle.cs     6 Aug 2003 03:52:31 -0000       1.7
***************
*** 48,56 ****
  
        // Initialize the lifetime service value for this object.
-       [TODO]
        public override Object InitializeLifetimeService()
                        {
!                               // TODO
!                               return null;
                        }
  
--- 48,54 ----
  
        // Initialize the lifetime service value for this object.
        public override Object InitializeLifetimeService()
                        {
!                               return base.InitializeLifetimeService();
                        }
  





reply via email to

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