#include <ContactManager.h>
Definition at line 175 of file ContactManager.h.
Public Member Functions | |
LinkAvailabilityTimer (ContactManager *cm, const LinkRef &link) | |
virtual void | timeout (const struct timeval &now) |
Public Attributes | |
ContactManager * | cm_ |
The contact manager object. | |
LinkRef | link_ |
The link in question. |
dtn::ContactManager::LinkAvailabilityTimer::LinkAvailabilityTimer | ( | ContactManager * | cm, | |
const LinkRef & | link | |||
) | [inline] |
Definition at line 177 of file ContactManager.h.
void dtn::ContactManager::LinkAvailabilityTimer::timeout | ( | const struct timeval & | now | ) | [virtual] |
Definition at line 185 of file ContactManager.cc.
References cm_, link_, and dtn::ContactManager::reopen_link().
The contact manager object.
Definition at line 182 of file ContactManager.h.
Referenced by timeout().