Public Member Functions | |
virtual void | callHandler (shared_ptr< ServiceReply > reply) |
Method call. | |
ServiceReplyHandlerMethod (o *object, SERVICE_REPLY_HANDLER_METHOD method) | |
Contstructor. |
Definition at line 73 of file ServiceReplyHandlerMethod.hpp.
mermaid::support::service::ServiceReplyHandlerMethod< o >::ServiceReplyHandlerMethod | ( | o * | object, | |
SERVICE_REPLY_HANDLER_METHOD | method | |||
) | [inline] |
Contstructor.
object | Object instance on which the method shall be called | |
method | Method of the object's class |
Definition at line 82 of file ServiceReplyHandlerMethod.hpp.
virtual void mermaid::support::service::ServiceReplyHandlerMethod< o >::callHandler | ( | shared_ptr< ServiceReply > | reply | ) | [inline, virtual] |
Method call.
dataBox | DataBox containing the input data. |
Implements mermaid::support::service::ServiceReplyHandlerMethodBase.
Definition at line 91 of file ServiceReplyHandlerMethod.hpp.