mermaid::support::service::Pingable Class Reference

Default implementation of the Pingable service type. More...

#include <Pingable.hpp>

Inheritance diagram for mermaid::support::service::Pingable:
Inheritance graph
[legend]
Collaboration diagram for mermaid::support::service::Pingable:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void attachToService (shared_ptr< Service > service)
 Attaches implementations of default service types to a given Service instance.
void pingHandler (shared_ptr< ServiceRequest > request, shared_ptr< ServiceReply > reply)
 Implementation of the handler of ping requests.

Detailed Description

Default implementation of the Pingable service type.

Author:
Marco Barbosa

Definition at line 51 of file Pingable.hpp.


Member Function Documentation

void Pingable::attachToService ( shared_ptr< Service service  )  [virtual]

Attaches implementations of default service types to a given Service instance.

Parameters:
service The Service to which the implementation should be attached to.

Implements mermaid::support::service::DefaultServiceTypeImplementation.

Definition at line 41 of file Pingable.cpp.

void Pingable::pingHandler ( shared_ptr< ServiceRequest request,
shared_ptr< ServiceReply reply 
)

Implementation of the handler of ping requests.

Definition at line 54 of file Pingable.cpp.

Generated on Fri Mar 4 22:15:50 2011 for MeRMaID::support by  doxygen 1.6.3