dtn::RouteDelEvent Class Reference

#include <BundleEvent.h>

Inheritance diagram for dtn::RouteDelEvent:

dtn::BundleEvent oasys::SerializableObject List of all members.

Detailed Description

Event class for route delete events.

Definition at line 695 of file BundleEvent.h.

Public Member Functions

 RouteDelEvent (const EndpointIDPattern &dest)
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

EndpointIDPattern dest_
 The destination eid to be removed.


Constructor & Destructor Documentation

dtn::RouteDelEvent::RouteDelEvent ( const EndpointIDPattern dest  )  [inline]

Definition at line 697 of file BundleEvent.h.


Member Function Documentation

void dtn::RouteDelEvent::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 276 of file BundleEvent.cc.

References dest_, oasys::SerializeAction::process(), and dtn::EndpointID::str().


Member Data Documentation

EndpointIDPattern dtn::RouteDelEvent::dest_

The destination eid to be removed.

Definition at line 704 of file BundleEvent.h.

Referenced by dtn::TableBasedRouter::handle_route_del(), dtn::BundleDaemon::handle_route_del(), and serialize().


The documentation for this class was generated from the following files:
Generated on Thu Jun 7 16:56:56 2007 for DTN Reference Implementation by  doxygen 1.5.1