IBR-DTNSuite  0.8
ibrcommon::TimerCallback Class Reference

#include <Timer.h>

Inheritance diagram for ibrcommon::TimerCallback:

List of all members.

Public Member Functions

virtual size_t timeout (Timer *timer)=0

Detailed Description

Definition at line 22 of file Timer.h.


Member Function Documentation

virtual size_t ibrcommon::TimerCallback::timeout ( Timer timer) [pure virtual]

This method will be called if the timer timed out.

Parameters:
timerThe reference to the timer which timed out.
Exceptions:
Timer::StopTimerExceptionif thrown will abort the timer
Returns:
The new timeout value.

Implemented in dtn::api::ApiServer, dtn::daemon::StatisticLogger, and dtn::core::WallClock.

Referenced by ibrcommon::Timer::run().


The documentation for this class was generated from the following file: