#include <BundleEvent.h>

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