Changeset 695 for code/branches/FICN/src/orxonox/core/DebugLevel.h
- Timestamp:
- Dec 27, 2007, 3:44:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/core/DebugLevel.h
r689 r695 38 38 39 39 #include "CorePrereqs.h" 40 #include "OrxonoxClass.h" 40 41 41 42 namespace orxonox 42 43 { 43 44 //! The DebugLevel class is a singleton, only used to configure the amount of debug output. 44 class _CoreExport DebugLevel 45 class _CoreExport DebugLevel : public OrxonoxClass 45 46 { 46 47 public: 47 48 static int getSoftDebugLevel(); 49 void setConfigValues(); 50 48 51 private: 49 DebugLevel(); // don't create52 explicit DebugLevel(bool& bReturnSoftDebugLevel); 50 53 DebugLevel(const DebugLevel& dl) {} // don't copy 51 54 ~DebugLevel() {} // don't delete
Note: See TracChangeset
for help on using the changeset viewer.