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

Diff for /pegasus/src/Pegasus/Common/Exception.cpp between version 1.75 and 1.76

version 1.75, 2005/12/19 21:51:37 version 1.76, 2006/01/10 19:41:15
Line 88 
Line 88 
 } }
  
 // l10n // l10n
 const ContentLanguages& Exception::getContentLanguages() const  const ContentLanguageList& Exception::getContentLanguages() const
 { {
         return _rep->contentLanguages;         return _rep->contentLanguages;
 } }
  
 // l10n // l10n
 void Exception::setContentLanguages(const ContentLanguages& langs)  void Exception::setContentLanguages(const ContentLanguageList& langs)
 { {
         _rep->contentLanguages = langs;         _rep->contentLanguages = langs;
 } }


Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2