(file) Return to MessageLoader.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/MessageLoader.h between version 1.23 and 1.24

version 1.23, 2006/11/10 18:14:58 version 1.24, 2008/05/06 21:05:22
Line 132 
Line 132 
     Boolean useThreadLocale;     Boolean useThreadLocale;
  
     /**     /**
         Boolean useICUfallback: Default is false.  Only relevant if  
         PEGASUS_HAS_ICU is defined.  MessageLoader::getMessage() default  
         behaviour is to extract messages for the langauge exactly  
         matching an available message resource.  If this is set to true,  
         the MessageLoader is free to extract a message from a less  
         specific message resource according to its search algorithm.  
      */  
 #ifdef PEGASUS_HAS_ICU  
     Boolean useICUfallback;  
 #endif  
   
     /**  
         const Formatter::Arg&0-9: These are assigned the various         const Formatter::Arg&0-9: These are assigned the various
         substitutions necessary to properly format the message being         substitutions necessary to properly format the message being
         extracted.  MessageLoader substitutes these in the correct         extracted.  MessageLoader substitutes these in the correct
Line 316 
Line 304 
     static String pegasus_MSG_HOME;     static String pegasus_MSG_HOME;
  
 #ifdef PEGASUS_HAS_ICU #ifdef PEGASUS_HAS_ICU
   
       static void openICUDefaultLocaleMessageFile(
          const char* resbundl_path_ICU,
          MessageLoaderParms &parms);
   
     static void openICUMessageFile(MessageLoaderParms& parms);     static void openICUMessageFile(MessageLoaderParms& parms);
  
     static String extractICUMessage(     static String extractICUMessage(


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2