#include <BundleEvent.h>
Inheritance diagram for dtn::RegistrationAddedEvent:

Definition at line 493 of file BundleEvent.h.
Public Member Functions | |
| RegistrationAddedEvent (Registration *reg, event_source_t source) | |
Public Attributes | |
| Registration * | registration_ |
| The newly added registration. | |
| event_source_t | source_ |
| Why is the registration added. | |
| dtn::RegistrationAddedEvent::RegistrationAddedEvent | ( | Registration * | reg, | |
| event_source_t | source | |||
| ) | [inline] |
Definition at line 495 of file BundleEvent.h.
The newly added registration.
Definition at line 500 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_registration_added().
Why is the registration added.
Definition at line 503 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_registration_added().
1.5.1