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 Remot


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Remoting RemotingException.cs,1.5,1.6 RemotingTimeoutException.cs,1.1,1.2 ServerException.cs,1.1,1.2
Date: Mon, 26 May 2003 00:41:24 -0400

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

Modified Files:
        RemotingException.cs RemotingTimeoutException.cs 
        ServerException.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: RemotingException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/RemotingException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** RemotingException.cs        17 Apr 2003 10:36:08 -0000      1.5
--- RemotingException.cs        26 May 2003 04:41:21 -0000      1.6
***************
*** 39,45 ****
--- 39,47 ----
        public RemotingException(String msg, Exception inner)
                : base(msg, inner) {}
+ #if CONFIG_SERIALIZATION
        protected RemotingException(SerializationInfo info,
                                                                
StreamingContext context)
                : base(info, context) {}
+ #endif
  
        // Get the default message to use for this exception type.

Index: RemotingTimeoutException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/RemotingTimeoutException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RemotingTimeoutException.cs 17 Apr 2003 10:36:08 -0000      1.1
--- RemotingTimeoutException.cs 26 May 2003 04:41:21 -0000      1.2
***************
*** 39,45 ****
--- 39,47 ----
        public RemotingTimeoutException(String msg, Exception inner)
                : base(msg, inner) {}
+ #if CONFIG_SERIALIZATION
        internal RemotingTimeoutException(SerializationInfo info,
                                                                          
StreamingContext context)
                : base(info, context) {}
+ #endif
  
        // Get the default message to use for this exception type.

Index: ServerException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/ServerException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ServerException.cs  17 Apr 2003 10:36:08 -0000      1.1
--- ServerException.cs  26 May 2003 04:41:21 -0000      1.2
***************
*** 39,45 ****
--- 39,47 ----
        public ServerException(String msg, Exception inner)
                : base(msg, inner) {}
+ #if CONFIG_SERIALIZATION
        internal ServerException(SerializationInfo info,
                                                         StreamingContext 
context)
                : base(info, context) {}
+ #endif
  
        // Get the default message to use for this exception type.





reply via email to

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