Changeset 7297 for code/branches/doc/src/libraries/tools/Timer.cc
- Timestamp:
- Aug 31, 2010, 8:37:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/tools/Timer.cc
r7284 r7297 95 95 @param interval The timer-interval in seconds 96 96 @param bLoop If true, the function gets called every 'interval' seconds 97 @param exeuctor A executor of the function to call 97 @param executor A executor of the function to call 98 @param bKillAfterCall If true, the timer will be deleted after the function was executed 98 99 */ 99 100 Timer::Timer(float interval, bool bLoop, const ExecutorPtr& executor, bool bKillAfterCall)
Note: See TracChangeset
for help on using the changeset viewer.