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

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

[Dotgnu-pnet-commits] pnetlib/System/Collections IKeyedCollection.cs, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System/Collections IKeyedCollection.cs, 1.1, 1.2 KeyedCollection.cs, 1.1, 1.2 KeyedCollectionBase.cs, 1.1, 1.2 KeyedCollectionNotificationDetails.cs, 1.1, 1.2
Date: Sun, 09 Nov 2003 21:45:39 +0000

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

Modified Files:
        IKeyedCollection.cs KeyedCollection.cs KeyedCollectionBase.cs 
        KeyedCollectionNotificationDetails.cs 
Log Message:


Mark up 1.2 features properly in the code.


Index: KeyedCollectionNotificationDetails.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Collections/KeyedCollectionNotificationDetails.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** KeyedCollectionNotificationDetails.cs       3 Nov 2003 23:24:33 -0000       
1.1
--- KeyedCollectionNotificationDetails.cs       9 Nov 2003 21:45:37 -0000       
1.2
***************
*** 23,29 ****
  {
  
! #if !ECMA_COMPAT
  
- // Framework 1.2
  public struct KeyedCollectionNotificationDetails
  {
--- 23,28 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  public struct KeyedCollectionNotificationDetails
  {
***************
*** 94,98 ****
  }; // struct KeyedCollectionNotificationDetails
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Collections
--- 93,97 ----
  }; // struct KeyedCollectionNotificationDetails
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System.Collections

Index: IKeyedCollection.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Collections/IKeyedCollection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IKeyedCollection.cs 3 Nov 2003 23:24:33 -0000       1.1
--- IKeyedCollection.cs 9 Nov 2003 21:45:37 -0000       1.2
***************
*** 23,29 ****
  {
  
! #if !ECMA_COMPAT
  
- // Framework 1.2
  public interface IKeyedCollection
  {
--- 23,28 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  public interface IKeyedCollection
  {
***************
*** 53,57 ****
  }; // interface IKeyedCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Collections
--- 52,56 ----
  }; // interface IKeyedCollection
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System.Collections

Index: KeyedCollectionBase.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/Collections/KeyedCollectionBase.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** KeyedCollectionBase.cs      3 Nov 2003 23:24:33 -0000       1.1
--- KeyedCollectionBase.cs      9 Nov 2003 21:45:37 -0000       1.2
***************
*** 23,29 ****
  {
  
! #if !ECMA_COMPAT
  
- // Framework 1.2
  public abstract class KeyedCollectionBase
        : ICollection, IEnumerable, IKeyedCollection, IList
--- 23,28 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  public abstract class KeyedCollectionBase
        : ICollection, IEnumerable, IKeyedCollection, IList
***************
*** 470,474 ****
  }; // class KeyedCollectionBase
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Collections
--- 469,473 ----
  }; // class KeyedCollectionBase
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System.Collections

Index: KeyedCollection.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Collections/KeyedCollection.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** KeyedCollection.cs  3 Nov 2003 23:24:33 -0000       1.1
--- KeyedCollection.cs  9 Nov 2003 21:45:37 -0000       1.2
***************
*** 22,28 ****
  {
  
! #if !ECMA_COMPAT
  
- // Framework 1.2
  public class KeyedCollection : KeyedCollectionBase, ICloneable
  {
--- 22,27 ----
  {
  
! #if !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  public class KeyedCollection : KeyedCollectionBase, ICloneable
  {
***************
*** 187,191 ****
  }; // class KeyedCollection
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Collections
--- 186,190 ----
  }; // class KeyedCollection
  
! #endif // !ECMA_COMPAT && CONFIG_FRAMEWORK_1_2
  
  }; // namespace System.Collections





reply via email to

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