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/Mess


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting/Messaging AsyncResult.cs,1.4,1.5 MethodCall.cs,1.2,1.3MethodResponse.cs,1.2,1.3
Date: Fri, 25 Apr 2003 00:45:15 -0400

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

Modified Files:
        AsyncResult.cs MethodCall.cs MethodResponse.cs 
Log Message:


Signature-compatibility fixes to a large number of classes.


Index: AsyncResult.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Messaging/AsyncResult.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** AsyncResult.cs      25 Apr 2003 03:53:07 -0000      1.4
--- AsyncResult.cs      25 Apr 2003 04:45:13 -0000      1.5
***************
*** 226,230 ****
        // Get the reply message.
        [TODO]
!       public IMessage GetReplyMessage()
                        {
                                // TODO
--- 226,230 ----
        // Get the reply message.
        [TODO]
!       public virtual IMessage GetReplyMessage()
                        {
                                // TODO

Index: MethodCall.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Messaging/MethodCall.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** MethodCall.cs       23 Apr 2003 05:39:50 -0000      1.2
--- MethodCall.cs       25 Apr 2003 04:45:13 -0000      1.3
***************
*** 32,36 ****
  [CLSCompliant(false)]
  public class MethodCall : IMethodCallMessage, ISerializable,
!                                                 IMethodMessage, IMessage
  {
        // Internal state.
--- 32,36 ----
  [CLSCompliant(false)]
  public class MethodCall : IMethodCallMessage, ISerializable,
!                                                 IMethodMessage, IMessage, 
ISerializationRootObject
  {
        // Internal state.

Index: MethodResponse.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/Messaging/MethodResponse.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** MethodResponse.cs   23 Apr 2003 05:39:50 -0000      1.2
--- MethodResponse.cs   25 Apr 2003 04:45:13 -0000      1.3
***************
*** 32,36 ****
  [CLSCompliant(false)]
  public class MethodResponse : IMethodReturnMessage, ISerializable,
!                                                         IMethodMessage, 
IMessage
  {
        // Internal state.
--- 32,37 ----
  [CLSCompliant(false)]
  public class MethodResponse : IMethodReturnMessage, ISerializable,
!                                                         IMethodMessage, 
IMessage,
!                                                         
ISerializationRootObject
  {
        // Internal state.





reply via email to

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