(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.25.2.2 and 1.26

version 1.25.2.2, 2006/11/17 18:18:31 version 1.26, 2006/03/10 23:14:49
Line 161 
Line 161 
             "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();
         // Do not localize message.  Requiring a language tag for this          throw Exception(MessageLoader::getMessage(parms));
         // localization can cause recursion with the MessageLoader.  
         throw Exception(parms.toString());  
     }     }
  
     if (subtags.size() == 1)     if (subtags.size() == 1)
Line 184 
Line 182 
             "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();
         // Do not localize message.  Requiring a language tag for this          throw Exception(MessageLoader::getMessage(parms));
         // localization can cause recursion with the MessageLoader.  
         throw Exception(parms.toString());  
     }     }
  
     if (isStandardFormat)     if (isStandardFormat)
Line 469 
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();
             // Do not localize message.  Requiring a language tag for this              throw Exception(MessageLoader::getMessage(parms));
             // localization can cause recursion with the MessageLoader.  
             throw Exception(parms.toString());  
         }         }
     }     }
  


Legend:
Removed from v.1.25.2.2  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2