#include <BundleEvent.h>

Definition at line 341 of file BundleEvent.h.
Public Member Functions | |
| BundleDeliveredEvent (Bundle *bundle, Registration *registration) | |
| 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 | |
| BundleRef | bundleref_ |
| The delivered bundle. | |
| Registration * | registration_ |
| The registration that got it. | |
| dtn::BundleDeliveredEvent::BundleDeliveredEvent | ( | Bundle * | bundle, | |
| Registration * | registration | |||
| ) | [inline] |
Definition at line 343 of file BundleEvent.h.
| virtual void dtn::BundleDeliveredEvent::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 349 of file BundleEvent.h.
1.5.3