IBR-DTNSuite
0.12
|
#include <Timer.h>
Public Member Functions | |
virtual | ~TimerCallback () |
virtual size_t | timeout (Timer *timer)=0 |
|
inlinevirtual |
|
pure virtual |
This method will be called if the timer timed out.
timer | The reference to the timer which timed out. |
Timer::StopTimerException | if thrown will abort the timer |
Implemented in dtn::api::ApiServer, and dtn::core::WallClock.
Referenced by ibrcommon::Timer::run().