#include <Timer.h>
Inherited by dtn::core::WallClock, dtn::daemon::StatisticLogger, dtn::net::DiscoveryAgent, and dtn::streams::StreamConnection::StreamBuffer.
Public Member Functions | |
| virtual size_t | timeout (size_t identifier)=0 |
Definition at line 33 of file Timer.h.
| virtual size_t ibrcommon::SimpleTimerCallback::timeout | ( | size_t | identifier | ) | [pure virtual] |
This method will be called if the timer timed out.
| timer | The reference to the timer which timed out. |
Implemented in dtn::core::WallClock, and dtn::net::DiscoveryAgent.
Referenced by ibrcommon::SimpleTimer::run().
1.7.1