#include <dsdv.h>
Inheritance diagram for DSDV_Helper:


Public Member Functions | |
| DSDV_Helper (DSDV_Agent *a_) | |
| virtual void | handle (Event *e) |
Private Attributes | |
| DSDV_Agent * | a |
|
|
Definition at line 147 of file dsdv.h. References a.
00147 { a = a_; }
|
|
|
Implements Handler. Definition at line 148 of file dsdv.h. References a, and DSDV_Agent::helper_callback().
00148 { a->helper_callback(e); }
|
Here is the call graph for this function:

|
|
Definition at line 151 of file dsdv.h. Referenced by DSDV_Helper(), and handle(). |
1.3.3