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

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

[Dotgnu-pnet-commits] pnetlib/runtime/System/Runtime/Remoting InternalRe


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/runtime/System/Runtime/Remoting InternalRemotingServices.cs, 1.3, 1.4 SoapServices.cs, 1.3, 1.4
Date: Mon, 29 Sep 2003 03:56:42 +0000

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

Modified Files:
        InternalRemotingServices.cs SoapServices.cs 
Log Message:


More fixes for build profiles, particularly those lacking floating point.


Index: InternalRemotingServices.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/InternalRemotingServices.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InternalRemotingServices.cs 6 Aug 2003 02:07:53 -0000       1.3
--- InternalRemotingServices.cs 29 Sep 2003 03:56:40 -0000      1.4
***************
*** 44,47 ****
--- 44,49 ----
        public static void RemotingAssert(bool condition, String message) {}
  
+ #if CONFIG_REMOTING
+ 
        // Set the server identity on a method call object.
        [CLSCompliant(false)]
***************
*** 50,53 ****
--- 52,57 ----
                                m.SetServerIdentity(srvID);
                        }
+ 
+ #endif
  
        // Get the cached SOAP attribute data for an object.

Index: SoapServices.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Remoting/SoapServices.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SoapServices.cs     11 Sep 2003 05:48:35 -0000      1.3
--- SoapServices.cs     29 Sep 2003 03:56:40 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if CONFIG_REMOTING
  
  using System.Collections;
--- 23,27 ----
  {
  
! #if CONFIG_SERIALIZATION
  
  using System.Collections;
***************
*** 872,876 ****
  }; // class SoapServices
  
! #endif // CONFIG_REMOTING
  
  }; // namespace System.Runtime.Remoting
--- 872,876 ----
  }; // class SoapServices
  
! #endif // CONFIG_SERIALIZATION
  
  }; // namespace System.Runtime.Remoting





reply via email to

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