Public Member Functions | |
virtual void | callHandler (shared_ptr< ServiceReply > reply)=0 |
Handler call method. |
Definition at line 54 of file ServiceReplyHandlerMethod.hpp.
virtual void mermaid::support::service::ServiceReplyHandlerMethodBase::callHandler | ( | shared_ptr< ServiceReply > | reply | ) | [pure virtual] |
Handler call method.
This method calls the handler to which the instance of this class points to.
Implemented in mermaid::support::service::ServiceReplyHandlerMethod< o >.