Event class for new registration arrivals. More...
#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. | |
Event class for new registration arrivals.
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.
The newly added registration.
Definition at line 700 of file BundleEvent.h.
Why is the registration added.
Definition at line 703 of file BundleEvent.h.
1.6.3