Event class for registration removals. More...
#include <BundleEvent.h>
Public Member Functions | |
RegistrationRemovedEvent (Registration *reg) | |
Public Attributes | |
Registration * | registration_ |
The to-be-removed registration. |
Event class for registration removals.
Definition at line 709 of file BundleEvent.h.
dtn::RegistrationRemovedEvent::RegistrationRemovedEvent | ( | Registration * | reg | ) | [inline] |
Definition at line 711 of file BundleEvent.h.
The to-be-removed registration.
Definition at line 715 of file BundleEvent.h.