#include <BundleEvent.h>

Definition at line 631 of file BundleEvent.h.
Public Member Functions | |
| RegistrationAddedEvent (Registration *reg, event_source_t source) | |
| 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 newly added registration. | |
| int | source_ |
| Why is the registration added. | |
| dtn::RegistrationAddedEvent::RegistrationAddedEvent | ( | Registration * | reg, | |
| event_source_t | source | |||
| ) | [inline] |
Definition at line 633 of file BundleEvent.h.
| void dtn::RegistrationAddedEvent::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 251 of file BundleEvent.cc.
References oasys::SerializeAction::process(), registration_, and source_.
The newly added registration.
Definition at line 641 of file BundleEvent.h.
Referenced by serialize().
Why is the registration added.
Definition at line 644 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_registration_added(), and serialize().
1.5.3