#include <diffusion.hh>
Inheritance diagram for NeighborsTimeoutTimer:


Public Member Functions | |
| NeighborsTimeoutTimer (DiffusionCoreAgent *agent) | |
| ~NeighborsTimeoutTimer () | |
| int | expire () |
Public Attributes | |
| DiffusionCoreAgent * | agent_ |
|
|
Definition at line 190 of file diffusion.hh.
00190 : agent_(agent) {}; |
|
|
Definition at line 191 of file diffusion.hh.
00191 {};
|
|
|
Implements TimerCallback. Definition at line 49 of file /diffusion/diffusion.cc. References agent_, and DiffusionCoreAgent::neighborsTimeout().
00050 {
00051 agent_->neighborsTimeout();
00052
00053 return 0;
00054 }
|
Here is the call graph for this function:

|
|
Definition at line 194 of file diffusion.hh. Referenced by expire(), and NeighborsTimeoutTimer(). |
1.3.3