Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2008, 3:40:02 PM (16 years ago)
Author:
landauf
Message:

added a Level-class and a first implementation of the Loader, using ClassTreeMask and TinyXML++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/Language.cc

    r813 r820  
    230230        if (!file.is_open())
    231231        {
    232             COUT(1) << "An error occurred in Language:" << std::endl;
     232            COUT(1) << "An error occurred in Language.cc:" << std::endl;
    233233            COUT(1) << "Error: Couldn't open file " << getFileName(this->defaultLanguage_) << " to read the default language entries!" << std::endl;
    234234            return;
     
    272272        if (!file.is_open())
    273273        {
    274             COUT(1) << "An error occurred in Language:" << std::endl;
     274            COUT(1) << "An error occurred in Language.cc:" << std::endl;
    275275            COUT(1) << "Error: Couldn't open file " << getFileName(this->language_) << " to read the translated language entries!" << std::endl;
    276276            ResetConfigValue(language_);
     
    324324        if (!file.is_open())
    325325        {
    326             COUT(1) << "An error occurred in Language:" << std::endl;
     326            COUT(1) << "An error occurred in Language.cc:" << std::endl;
    327327            COUT(1) << "Error: Couldn't open file " << getFileName(this->defaultLanguage_) << " to write the default language entries!" << std::endl;
    328328            return;
Note: See TracChangeset for help on using the changeset viewer.