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

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

[Dotgnu-pnet-commits] CVS: pnetlib/I18N/Common Manager.cs,1.7,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/I18N/Common Manager.cs,1.7,1.8
Date: Wed, 16 Apr 2003 02:36:52 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/I18N/Common
In directory subversions:/tmp/cvs-serv16262/I18N/Common

Modified Files:
        Manager.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: Manager.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/I18N/Common/Manager.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Manager.cs  15 Apr 2003 11:22:32 -0000      1.7
--- Manager.cs  16 Apr 2003 06:36:50 -0000      1.8
***************
*** 190,193 ****
--- 190,195 ----
                        }
  
+ #if !ECMA_COMPAT
+ 
        // Determine if a handler name matches the "GetCultures" requirements.
        private static bool CultureMatch(String name, CultureTypes types)
***************
*** 260,263 ****
--- 262,267 ----
                                return cultures;
                        }
+ 
+ #endif // !ECMA_COMPAT
  
        // Instantiate a handler class.  Returns null if it is not





reply via email to

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