dtn::RegistrationExpiredEvent Class Reference

#include <BundleEvent.h>

Inheritance diagram for dtn::RegistrationExpiredEvent:

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

Detailed Description

Event class for registration expiration.

Definition at line 665 of file BundleEvent.h.

Public Member Functions

 RegistrationExpiredEvent (u_int32_t regid)
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

u_int32_t regid_
 The to-be-removed registration id.


Constructor & Destructor Documentation

dtn::RegistrationExpiredEvent::RegistrationExpiredEvent ( u_int32_t  regid  )  [inline]

Definition at line 667 of file BundleEvent.h.


Member Function Documentation

void dtn::RegistrationExpiredEvent::serialize ( oasys::SerializeAction  )  [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 264 of file BundleEvent.cc.

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


Member Data Documentation

u_int32_t dtn::RegistrationExpiredEvent::regid_

The to-be-removed registration id.

Definition at line 674 of file BundleEvent.h.

Referenced by dtn::BundleDaemon::handle_registration_expired(), 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