Changeset 5634 for code/branches/libraries/src/orxonox/tools/Timer.h
- Timestamp:
- Aug 12, 2009, 1:45:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries/src/orxonox/tools/Timer.h
r5633 r5634 61 61 #define _Timer_H__ 62 62 63 #include " OrxonoxPrereqs.h"63 #include "tools/ToolsPrereqs.h" 64 64 65 65 #include "core/Executor.h" … … 75 75 76 76 //! TimerBase is the parent of the Timer class. 77 class _ OrxonoxExport TimerBase : public TimeFactorListener77 class _ToolsExport TimerBase : public TimeFactorListener 78 78 { 79 79 public: … … 171 171 172 172 //! The StaticTimer is a callback-object, calling a static function after a given time-interval. 173 class _ OrxonoxExport StaticTimer : public TimerBase173 class _ToolsExport StaticTimer : public TimerBase 174 174 { 175 175 public:
Note: See TracChangeset
for help on using the changeset viewer.