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/Collections Hashtable


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Collections Hashtable.cs,1.9,1.10
Date: Mon, 26 May 2003 00:41:23 -0400

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

Modified Files:
        Hashtable.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: Hashtable.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Collections/Hashtable.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Hashtable.cs        23 Apr 2003 05:39:48 -0000      1.9
--- Hashtable.cs        26 May 2003 04:41:21 -0000      1.10
***************
*** 29,33 ****
  
  public class Hashtable : ICloneable, ICollection, IDictionary, IEnumerable
! #if !ECMA_COMPAT
        , ISerializable, IDeserializationCallback
  #endif
--- 29,33 ----
  
  public class Hashtable : ICloneable, ICollection, IDictionary, IEnumerable
! #if CONFIG_SERIALIZATION
        , ISerializable, IDeserializationCallback
  #endif
***************
*** 386,389 ****
--- 386,394 ----
                                }
                        }
+ 
+ #endif // !ECMA_COMPAT
+ 
+ #if CONFIG_SERIALIZATION
+ 
        [TODO]
        protected Hashtable(SerializationInfo info, StreamingContext context)
***************
*** 392,396 ****
                        }
  
! #endif // !ECMA_COMPAT
  
        // Add the contents of a dictionary to this hash table.
--- 397,401 ----
                        }
  
! #endif // CONFIG_SERIALIZATION
  
        // Add the contents of a dictionary to this hash table.
***************
*** 840,844 ****
                        }
  
! #if !ECMA_COMPAT
  
        // Get the serialization data for this object.
--- 845,849 ----
                        }
  
! #if CONFIG_SERIALIZATION
  
        // Get the serialization data for this object.
***************
*** 857,861 ****
                        }
  
! #endif // !ECMA_COMPAT
  
        // Determine if an item is equal to a key value.
--- 862,866 ----
                        }
  
! #endif // CONFIG_SERIALIZATION
  
        // Determine if an item is equal to a key value.
***************
*** 947,951 ****
                                        this.table = table;
                                }
! #if !ECMA_COMPAT
                [TODO]
                internal SynchronizedHashtable(SerializationInfo info,
--- 952,956 ----
                                        this.table = table;
                                }
! #if CONFIG_SERIALIZATION
                [TODO]
                internal SynchronizedHashtable(SerializationInfo info,
***************
*** 1141,1145 ****
                                }
  
! #if !ECMA_COMPAT
  
                // Get the serialization data for this object.
--- 1146,1150 ----
                                }
  
! #if CONFIG_SERIALIZATION
  
                // Get the serialization data for this object.
***************
*** 1157,1161 ****
                                }
  
! #endif // !ECMA_COMPAT
  
        }; // SynchronizedHashtable
--- 1162,1166 ----
                                }
  
! #endif // CONFIG_SERIALIZATION
  
        }; // SynchronizedHashtable





reply via email to

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