#include <BundleEvent.h>
Definition at line 650 of file BundleEvent.h.
Public Member Functions | |
RegistrationRemovedEvent (Registration *reg) | |
virtual void | serialize (oasys::SerializeAction *) |
This should call v->process() on each of the types that are to be serialized in the object. | |
Public Attributes | |
Registration * | registration_ |
The to-be-removed registration. |
dtn::RegistrationRemovedEvent::RegistrationRemovedEvent | ( | Registration * | reg | ) | [inline] |
Definition at line 652 of file BundleEvent.h.
void dtn::RegistrationRemovedEvent::serialize | ( | oasys::SerializeAction * | a | ) | [virtual] |
This should call v->process() on each of the types that are to be serialized in the object.
Reimplemented from dtn::BundleEvent.
Definition at line 258 of file BundleEvent.cc.
References oasys::SerializeAction::process(), and registration_.
The to-be-removed registration.
Definition at line 659 of file BundleEvent.h.
Referenced by serialize().