Public Member Functions

ibrcommon::SimpleTimerCallback Class Reference

#include <Timer.h>

Inherited by dtn::core::WallClock, dtn::daemon::StatisticLogger, dtn::net::DiscoveryAgent, and dtn::streams::StreamConnection::StreamBuffer.

List of all members.

Public Member Functions

virtual size_t timeout (size_t identifier)=0

Detailed Description

Definition at line 33 of file Timer.h.


Member Function Documentation

virtual size_t ibrcommon::SimpleTimerCallback::timeout ( size_t  identifier  )  [pure virtual]

This method will be called if the timer timed out.

Parameters:
timer The reference to the timer which timed out.
Returns:
The new countdown value.

Implemented in dtn::core::WallClock, and dtn::net::DiscoveryAgent.

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


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