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/Private CultureName.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private CultureName.cs,1.1,1.2 CultureNameTable.cs,1.4,1.5 RegionName.cs,1.1,1.2 RegionNameTable.cs,1.1,1.2
Date: Wed, 16 Apr 2003 02:36:52 -0400

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

Modified Files:
        CultureName.cs CultureNameTable.cs RegionName.cs 
        RegionNameTable.cs 
Log Message:


Remove the bulk of the culture handling if reflection is disabled because there
is no way to load the I18N handlers if reflection is not present.


Index: CultureName.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/CultureName.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CultureName.cs      15 Dec 2001 02:13:00 -0000      1.1
--- CultureName.cs      16 Apr 2003 06:36:50 -0000      1.2
***************
*** 23,26 ****
--- 23,28 ----
  {
  
+ #if CONFIG_REFLECTION
+ 
  using System;
  
***************
*** 53,56 ****
--- 55,60 ----
  
  }; // class CultureName
+ 
+ #endif // CONFIG_REFLECTION
  
  }; // namespace System.Private

Index: CultureNameTable.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/CultureNameTable.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** CultureNameTable.cs 8 Feb 2003 06:48:49 -0000       1.4
--- CultureNameTable.cs 16 Apr 2003 06:36:50 -0000      1.5
***************
*** 23,26 ****
--- 23,28 ----
  {
  
+ #if CONFIG_REFLECTION
+ 
  using System;
  using System.Globalization;
***************
*** 740,743 ****
--- 742,747 ----
  
  }; // class CultureNameTable
+ 
+ #endif // CONFIG_REFLECTION
  
  }; // namespace System.Private

Index: RegionName.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/RegionName.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RegionName.cs       14 Nov 2002 05:55:21 -0000      1.1
--- RegionName.cs       16 Apr 2003 06:36:50 -0000      1.2
***************
*** 22,25 ****
--- 22,27 ----
  {
  
+ #if !ECMA_COMPAT
+ 
  using System;
  
***************
*** 57,60 ****
--- 59,64 ----
  
  }; // class RegionName
+ 
+ #endif // !ECMA_COMPAT
  
  }; // namespace System.Private

Index: RegionNameTable.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/RegionNameTable.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RegionNameTable.cs  14 Nov 2002 05:55:21 -0000      1.1
--- RegionNameTable.cs  16 Apr 2003 06:36:50 -0000      1.2
***************
*** 23,26 ****
--- 23,28 ----
  {
  
+ #if !ECMA_COMPAT
+ 
  using System;
  using System.Globalization;
***************
*** 539,542 ****
--- 541,546 ----
  
  }; // class RegionNameTable
+ 
+ #endif // !ECMA_COMPAT
  
  }; // namespace System.Private





reply via email to

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