#include <BundleEvent.h>
Definition at line 540 of file BundleEvent.h.
Public Member Functions | |
LinkDeletedEvent (Link *link) | |
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 | |
Link * | link_ |
The link that is up. |
dtn::LinkDeletedEvent::LinkDeletedEvent | ( | Link * | link | ) | [inline] |
Definition at line 542 of file BundleEvent.h.
void dtn::LinkDeletedEvent::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::ContactEvent.
Definition at line 198 of file BundleEvent.cc.
References link_, oasys::SerializeAction::process(), and dtn::ContactEvent::reason_.