#include <BundleEvent.h>
Definition at line 398 of file BundleEvent.h.
Public Member Functions | |
BundleFreeEvent (Bundle *bundle) | |
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 | |
Bundle * | bundle_ |
The freed bundle. |
dtn::BundleFreeEvent::BundleFreeEvent | ( | Bundle * | bundle | ) | [inline] |
virtual void dtn::BundleFreeEvent::serialize | ( | oasys::SerializeAction * | a | ) | [inline, 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 409 of file BundleEvent.h.