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


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Runtime/Serialization/Formatters/Binary BinaryElementType.cs, 1.1, 1.2 BinaryFormatter.cs, 1.7, 1.8 BinaryPrimitiveTypeCode.cs, 1.2, 1.3 BinaryTypeTag.cs, 1.1, 1.2 BinaryValueWriter.cs, 1.2, 1.3
Date: Mon, 04 Aug 2003 21:23:35 -0400

Update of 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Serialization/Formatters/Binary
In directory 
subversions:/tmp/cvs-serv11383/runtime/System/Runtime/Serialization/Formatters/Binary

Modified Files:
        BinaryElementType.cs BinaryFormatter.cs 
        BinaryPrimitiveTypeCode.cs BinaryTypeTag.cs 
        BinaryValueWriter.cs 
Log Message:


Shift some classes from CONFIG_REMOTING to CONFIG_SERIALIZATION
so that we can build profiles with object serialization support,
but not remoting support.


Index: BinaryElementType.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Serialization/Formatters/Binary/BinaryElementType.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BinaryElementType.cs        3 Aug 2003 09:03:35 -0000       1.1
--- BinaryElementType.cs        5 Aug 2003 01:23:33 -0000       1.2
***************
*** 23,27 ****
  {
  
! #if CONFIG_REMOTING
  
  // Type codes for individual elements within a binary stream.
--- 23,27 ----
  {
  
! #if CONFIG_SERIALIZATION
  
  // Type codes for individual elements within a binary stream.
***************
*** 50,54 ****
  }; // enum BinaryElementType
  
! #endif // CONFIG_REMOTING
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary
--- 50,54 ----
  }; // enum BinaryElementType
  
! #endif // CONFIG_SERIALIZATION
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary

Index: BinaryFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Serialization/Formatters/Binary/BinaryFormatter.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** BinaryFormatter.cs  4 Aug 2003 05:21:21 -0000       1.7
--- BinaryFormatter.cs  5 Aug 2003 01:23:33 -0000       1.8
***************
*** 23,27 ****
  {
  
! #if CONFIG_REMOTING
  
  using System.IO;
--- 23,27 ----
  {
  
! #if CONFIG_SERIALIZATION
  
  using System.IO;
***************
*** 294,298 ****
  }; // class BinaryFormatter
  
! #endif // CONFIG_REMOTING
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary
--- 294,298 ----
  }; // class BinaryFormatter
  
! #endif // CONFIG_SERIALIZATION
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary

Index: BinaryPrimitiveTypeCode.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Serialization/Formatters/Binary/BinaryPrimitiveTypeCode.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** BinaryPrimitiveTypeCode.cs  4 Aug 2003 02:11:21 -0000       1.2
--- BinaryPrimitiveTypeCode.cs  5 Aug 2003 01:23:33 -0000       1.3
***************
*** 23,27 ****
  {
  
! #if CONFIG_REMOTING
  
  // Type codes for primitive types.
--- 23,27 ----
  {
  
! #if CONFIG_SERIALIZATION
  
  // Type codes for primitive types.
***************
*** 48,52 ****
  }; // enum BinaryPrimitiveTypeCode
  
! #endif // CONFIG_REMOTING
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary
--- 48,52 ----
  }; // enum BinaryPrimitiveTypeCode
  
! #endif // CONFIG_SERIALIZATION
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary

Index: BinaryTypeTag.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Serialization/Formatters/Binary/BinaryTypeTag.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** BinaryTypeTag.cs    3 Aug 2003 09:03:35 -0000       1.1
--- BinaryTypeTag.cs    5 Aug 2003 01:23:33 -0000       1.2
***************
*** 23,27 ****
  {
  
! #if CONFIG_REMOTING
  
  // Type tags for describing the type of a serialized value.
--- 23,27 ----
  {
  
! #if CONFIG_SERIALIZATION
  
  // Type tags for describing the type of a serialized value.
***************
*** 40,44 ****
  }; // enum BinaryTypeTag
  
! #endif // CONFIG_REMOTING
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary
--- 40,44 ----
  }; // enum BinaryTypeTag
  
! #endif // CONFIG_SERIALIZATION
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary

Index: BinaryValueWriter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Runtime/Serialization/Formatters/Binary/BinaryValueWriter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** BinaryValueWriter.cs        4 Aug 2003 05:21:21 -0000       1.2
--- BinaryValueWriter.cs        5 Aug 2003 01:23:33 -0000       1.3
***************
*** 23,27 ****
  {
  
! #if CONFIG_REMOTING
  
  using System.IO;
--- 23,27 ----
  {
  
! #if CONFIG_SERIALIZATION
  
  using System.IO;
***************
*** 1101,1105 ****
  }; // class BinaryValueWriter
  
! #endif // CONFIG_REMOTING
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary
--- 1101,1105 ----
  }; // class BinaryValueWriter
  
! #endif // CONFIG_SERIALIZATION
  
  }; // namespace System.Runtime.Serialization.Formatters.Binary





reply via email to

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