Changeset 8524 for code/branches/unity_build/src/libraries/util
- Timestamp:
- May 21, 2011, 4:23:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/libraries/util/OutputHandler.h
r8522 r8524 256 256 //! Returns the name of this output listener 257 257 const std::string& getOutputListenerName() const { return this->name_; } 258 //! Returns the soft debug level of the listener259 int getSoftDebugLevel() const { return this->softDebugLevel_; }260 258 261 259 protected:
Note: See TracChangeset
for help on using the changeset viewer.