Changeset 7545 for code/trunk/src/libraries/tools
- Timestamp:
- Oct 15, 2010, 8:35:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/tools/Timer.h
r7401 r7545 133 133 inline void unpauseTimer() 134 134 { this->bActive_ = true; } 135 /// Returns true if the Timer is active (neither stop ed nor paused).135 /// Returns true if the Timer is active (neither stopped nor paused). 136 136 inline bool isActive() const 137 137 { return this->bActive_; }
Note: See TracChangeset
for help on using the changeset viewer.