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

Diff for /pegasus/src/Pegasus/Common/LanguageParser.cpp between version 1.28 and 1.29

version 1.28, 2006/10/31 19:35:00 version 1.29, 2006/10/31 19:38:45
Line 155 
Line 155 
             "Common.LanguageParser.INVALID_LANGUAGE_TAG",             "Common.LanguageParser.INVALID_LANGUAGE_TAG",
             "Invalid language tag \"$0\".", languageTagString);             "Invalid language tag \"$0\".", languageTagString);
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
           // throw Exception(MessageLoader::getMessage(parms));
         // do not localize message, requires a language tag for this         // do not localize message, requires a language tag for this
         // localization can cause recursion here         // localization can cause recursion here
         throw Exception(parms.toString());         throw Exception(parms.toString());
Line 178 
Line 179 
             "Common.LanguageParser.INVALID_LANGUAGE_TAG",             "Common.LanguageParser.INVALID_LANGUAGE_TAG",
             "Invalid language tag \"$0\".", languageTagString);             "Invalid language tag \"$0\".", languageTagString);
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
           // throw Exception(MessageLoader::getMessage(parms));
         // do not localize message, requires a language tag for this         // do not localize message, requires a language tag for this
         // localization can cause recursion here         // localization can cause recursion here
         throw Exception(parms.toString());         throw Exception(parms.toString());
Line 463 
Line 465 
                 "Common.LanguageParser.MALFORMED_LANGUAGE_TAG",                 "Common.LanguageParser.MALFORMED_LANGUAGE_TAG",
                 "Malformed language tag \"$0\".", languageTagString);                 "Malformed language tag \"$0\".", languageTagString);
             PEG_METHOD_EXIT();             PEG_METHOD_EXIT();
               // throw Exception(MessageLoader::getMessage(parms));
             // do not localize message, requires a language tag for this             // do not localize message, requires a language tag for this
             // localization can cause recursion here             // localization can cause recursion here
             throw Exception(parms.toString());             throw Exception(parms.toString());


Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2