Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2007, 9:33:08 PM (16 years ago)
Author:
rgrieder
Message:
  • no comment (fabian will understand)
File:
1 edited

Legend:

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

    r687 r688  
    3131*/
    3232
    33 #include "CoreIncludes.h"
     33#include "ConfigValueContainer.h"
    3434#include "Debug.h"
    3535#include "DebugLevel.h"
     
    4545        this->softDebugLevel_ = this->softDebugLevelContainer_->getValue(this->softDebugLevel_);
    4646    }
    47 
    48     /**
    49         @returns a pointer to the only existing instance of this class.
    50     */
    51     int DebugLevel::getSoftDebugLevel()
    52     {
    53         static DebugLevel theOneAndOnlyInstance = DebugLevel();
    54         return theOneAndOnlyInstance.softDebugLevel_;
    55     }
    5647}
    5748
Note: See TracChangeset for help on using the changeset viewer.