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/Text Encoding.cs,1.16


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Text Encoding.cs,1.16,1.17
Date: Tue, 15 Apr 2003 23:17:57 -0400

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

Modified Files:
        Encoding.cs 
Log Message:


Modifications to allow the library to be built with the
"RuntimeInfrastructure" subset turned off.


Index: Encoding.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Text/Encoding.cs,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** Encoding.cs 15 Apr 2003 11:22:33 -0000      1.16
--- Encoding.cs 16 Apr 2003 03:17:55 -0000      1.17
***************
*** 230,237 ****
--- 230,239 ----
                        }
  
+ #if CONFIG_REFLECTION
        // Loaded copy of the "I18N" assembly.  We need to move
        // this into a class in "System.Private" eventually.
        private static Assembly i18nAssembly;
        private static bool i18nDisabled;
+ #endif
  
        // Invoke a specific method on the "I18N" manager object.





reply via email to

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