#include <BundleEvent.h>
Definition at line 665 of file BundleEvent.h.
Public Member Functions | |
RegistrationExpiredEvent (u_int32_t regid) | |
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 | |
u_int32_t | regid_ |
The to-be-removed registration id. |
dtn::RegistrationExpiredEvent::RegistrationExpiredEvent | ( | u_int32_t | regid | ) | [inline] |
Definition at line 667 of file BundleEvent.h.
void dtn::RegistrationExpiredEvent::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 264 of file BundleEvent.cc.
References oasys::SerializeAction::process(), and regid_.
u_int32_t dtn::RegistrationExpiredEvent::regid_ |
The to-be-removed registration id.
Definition at line 674 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_registration_expired(), and serialize().