
Public Member Functions | |
| CallbackEntry (NR::Callback *cb, NR::handle subscription_handle) | |
Public Attributes | |
| NR::Callback * | cb_ |
| NR::handle | subscription_handle_ |
|
||||||||||||
|
Definition at line 33 of file dr.cc. References cb_, and subscription_handle_.
00033 : 00034 cb_(cb), subscription_handle_(subscription_handle) {}; }; |
|
|
Definition at line 30 of file dr.cc. Referenced by CallbackEntry(), and DiffusionRouting::processMessage(). |
|
|
Definition at line 31 of file dr.cc. Referenced by CallbackEntry(), and DiffusionRouting::processMessage(). |
1.3.3