Internal registration for the dtnping application. More...
#include <PingRegistration.h>
Public Member Functions | |
PingRegistration (const EndpointID &eid) | |
void | deliver_bundle (Bundle *bundle) |
Abstract hook for subclasses to deliver a bundle to this registration. |
Internal registration for the dtnping application.
Definition at line 27 of file PingRegistration.h.
dtn::PingRegistration::PingRegistration | ( | const EndpointID & | eid | ) |
Definition at line 26 of file PingRegistration.cc.
References dtn::Registration::DEFER.
void dtn::PingRegistration::deliver_bundle | ( | Bundle * | bundle | ) | [virtual] |
Abstract hook for subclasses to deliver a bundle to this registration.
Implements dtn::Registration.
Definition at line 34 of file PingRegistration.cc.