mermaid::support::service::ServiceInterfaceHandlerMethodBase Class Reference

Base class for all ServiceInterfaceHandlerMethod objects. More...

#include <ServiceInterfaceHandlerMethod.hpp>

Inheritance diagram for mermaid::support::service::ServiceInterfaceHandlerMethodBase:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void callHandler (shared_ptr< ServiceRequest > request, shared_ptr< ServiceReply > reply)=0
 Handler call method.

Detailed Description

Base class for all ServiceInterfaceHandlerMethod objects.

This class is needed in order to call ServiceInterfaceHandlerMethod without having to know the specific class used by the template.

Author:
Marco Barbosa

Definition at line 55 of file ServiceInterfaceHandlerMethod.hpp.


Member Function Documentation

virtual void mermaid::support::service::ServiceInterfaceHandlerMethodBase::callHandler ( shared_ptr< ServiceRequest request,
shared_ptr< ServiceReply reply 
) [pure virtual]

Handler call method.

This method calls the handler to which the instance of this class points to.

Author:
Marco Barbosa

Implemented in mermaid::support::service::ServiceInterfaceHandlerMethod< o >.

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