dtn::RegistrationRemovedEvent Class Reference

#include <BundleEvent.h>

Inheritance diagram for dtn::RegistrationRemovedEvent:

dtn::BundleEvent oasys::SerializableObject

List of all members.


Detailed Description

Event class for registration removals.

Definition at line 650 of file BundleEvent.h.


Public Member Functions

 RegistrationRemovedEvent (Registration *reg)
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

Registrationregistration_
 The to-be-removed registration.

Constructor & Destructor Documentation

dtn::RegistrationRemovedEvent::RegistrationRemovedEvent ( Registration reg  )  [inline]

Definition at line 652 of file BundleEvent.h.


Member Function Documentation

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

References oasys::SerializeAction::process(), and registration_.


Member Data Documentation

Registration* dtn::RegistrationRemovedEvent::registration_

The to-be-removed registration.

Definition at line 659 of file BundleEvent.h.

Referenced by serialize().


The documentation for this class was generated from the following files:
Generated on Sat Sep 8 08:43:44 2007 for DTN Reference Implementation by  doxygen 1.5.3