Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2011, 4:23:19 AM (13 years ago)
Author:
rgrieder
Message:

Fixed a serious problem with the debug levels for the Shells by introducing DevModeListener and moving the debug levels to the Shell again..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/libraries/util/OutputHandler.h

    r8522 r8524  
    256256        //! Returns the name of this output listener
    257257        const std::string& getOutputListenerName() const { return this->name_; }
    258         //! Returns the soft debug level of the listener
    259         int getSoftDebugLevel() const { return this->softDebugLevel_; }
    260258
    261259    protected:
Note: See TracChangeset for help on using the changeset viewer.