Changeset 7758 for source/ariba/utility
- Timestamp:
- Mar 12, 2010, 11:05:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/Timer.cpp
r7536 r7758 97 97 reset(); // cause the sleep to abort 98 98 SystemQueue::instance().dropAll(this); 99 timerThread->join(); 99 if(timerThread != NULL) 100 timerThread->join(); 100 101 } 101 102
Note:
See TracChangeset
for help on using the changeset viewer.