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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System/Collections/Specialized NameOb


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Collections/Specialized NameObjectCollectionBase.cs,1.3,1.4 NameValueCollection.cs,1.4,1.5
Date: Mon, 26 May 2003 00:41:22 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System/Collections/Specialized
In directory subversions:/tmp/cvs-serv26070/System/Collections/Specialized

Modified Files:
        NameObjectCollectionBase.cs NameValueCollection.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: NameObjectCollectionBase.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Collections/Specialized/NameObjectCollectionBase.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** NameObjectCollectionBase.cs 29 Nov 2002 03:28:30 -0000      1.3
--- NameObjectCollectionBase.cs 26 May 2003 04:41:20 -0000      1.4
***************
*** 35,39 ****
  abstract class NameObjectCollectionBase
                        : ICollection, IEnumerable
! #if !ECMA_COMPAT
                        , ISerializable, IDeserializationCallback
  #endif
--- 35,39 ----
  abstract class NameObjectCollectionBase
                        : ICollection, IEnumerable
! #if CONFIG_SERIALIZATION
                        , ISerializable, IDeserializationCallback
  #endif
***************
*** 83,87 ****
                                readOnly = false;
                        }
! #if !ECMA_COMPAT
        protected NameObjectCollectionBase(SerializationInfo info,
                                                                           
StreamingContext context)
--- 83,87 ----
                                readOnly = false;
                        }
! #if CONFIG_SERIALIZATION
        protected NameObjectCollectionBase(SerializationInfo info,
                                                                           
StreamingContext context)
***************
*** 149,153 ****
                        }
  
! #if !ECMA_COMPAT
  
        // Implement the ISerializable interface.
--- 149,153 ----
                        }
  
! #if CONFIG_SERIALIZATION
  
        // Implement the ISerializable interface.
***************
*** 164,168 ****
                        }
  
! #endif // !ECMA_COMPAT
  
        // Get the hash value for a string, restricted to the table size.
--- 164,168 ----
                        }
  
! #endif // CONFIG_SERIALIZATION
  
        // Get the hash value for a string, restricted to the table size.

Index: NameValueCollection.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Collections/Specialized/NameValueCollection.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** NameValueCollection.cs      10 Feb 2003 09:26:20 -0000      1.4
--- NameValueCollection.cs      26 May 2003 04:41:20 -0000      1.5
***************
*** 67,71 ****
                                // Nothing to do here.
                        }
! #if !ECMA_COMPAT
        protected NameValueCollection(SerializationInfo info,
                                                                  
StreamingContext context)
--- 67,71 ----
                                // Nothing to do here.
                        }
! #if CONFIG_SERIALIZATION
        protected NameValueCollection(SerializationInfo info,
                                                                  
StreamingContext context)





reply via email to

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