Changeset 3578 for source/ariba/utility
- Timestamp:
- May 15, 2009, 1:59:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/system/Timer.cpp
r2467 r3578 102 102 } 103 103 104 obj->running = false; 104 if(! obj->oneshot ) 105 obj->running = false; 105 106 } 106 107 #endif // UNDERLAY_OMNET 107 108 108 109 void Timer::handleSystemEvent( const SystemEvent& event ) { 109 if( running ) 110 if( running ){ 111 if( oneshot ) running = false; 110 112 eventFunction(); 113 } 111 114 112 115 #ifdef UNDERLAY_OMNET
Note:
See TracChangeset
for help on using the changeset viewer.