Changeset 4987
- Timestamp:
- Jul 16, 2009, 11:01:04 AM (15 years ago)
- Location:
- source/ariba/utility/system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/Timer.cpp
r4950 r4987 93 93 } 94 94 95 bool Timer::isRunning(){ 96 return running; 97 } 98 95 99 void Timer::stop() { 96 100 running = false; -
source/ariba/utility/system/Timer.h
r4950 r4987 90 90 void reset(); 91 91 92 /** 93 * Is the timer already running? 94 */ 95 bool isRunning(); 96 92 97 protected: 93 98 virtual void eventFunction();
Note:
See TracChangeset
for help on using the changeset viewer.