Public Member Functions | |
WaitingContext () | |
WaitingContext (ProxListener *listener, cPolymorphic *context, uint32_t id) | |
Public Attributes | |
ProxListener * | proxListener |
cPolymorphic * | proxContext |
uint32_t | id |
Definition at line 110 of file NeighborCache.h.
NeighborCache::WaitingContext::WaitingContext | ( | ) | [inline] |
Definition at line 112 of file NeighborCache.h.
00112 { proxListener = NULL; proxContext = NULL; };
NeighborCache::WaitingContext::WaitingContext | ( | ProxListener * | listener, | |
cPolymorphic * | context, | |||
uint32_t | id | |||
) | [inline] |
Definition at line 113 of file NeighborCache.h.
00116 : proxListener(listener), proxContext(context), id(id) { };
uint32_t NeighborCache::WaitingContext::id |
Definition at line 119 of file NeighborCache.h.
cPolymorphic* NeighborCache::WaitingContext::proxContext |
Definition at line 118 of file NeighborCache.h.
Referenced by WaitingContext().
Definition at line 116 of file NeighborCache.h.
Referenced by WaitingContext().