(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.1 and 1.25.2.2

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


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2