IBR-DTNSuite
0.8
|
#include <Timer.h>
Public Member Functions | |
virtual size_t | timeout (Timer *timer)=0 |
virtual size_t ibrcommon::TimerCallback::timeout | ( | Timer * | timer | ) | [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, dtn::daemon::StatisticLogger, and dtn::core::WallClock.
Referenced by ibrcommon::Timer::run().