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/Specialized IOrderedDic


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

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

Modified Files:
        IOrderedDictionary.cs 
Log Message:


Mark up 1.2 features properly in the code.


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





reply via email to

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