#include <BundleEvent.h>

Definition at line 382 of file BundleEvent.h.
Public Member Functions | |
| BundleExpiredEvent (Bundle *bundle) | |
| virtual void | serialize (oasys::SerializeAction *a) |
| This should call v->process() on each of the types that are to be serialized in the object. | |
Public Attributes | |
| BundleRef | bundleref_ |
| The expired bundle. | |
| dtn::BundleExpiredEvent::BundleExpiredEvent | ( | Bundle * | bundle | ) | [inline] |
Definition at line 384 of file BundleEvent.h.
| void dtn::BundleExpiredEvent::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 88 of file BundleEvent.cc.
References bundleref_, oasys::Ref< _Type >::object(), and oasys::SerializeAction::process().
1.5.3