1#ifndef Cpl_Itc_OpenRequest_h_
2#define Cpl_Itc_OpenRequest_h_
Payload for Message: Open.
Definition OpenRequest.h:38
OpenPayload(void *args=nullptr)
Constructor.
Definition OpenRequest.h:47
bool m_success
Pass/Fail result of the open request.
Definition OpenRequest.h:41
void * m_args
Optional arguments.
Definition OpenRequest.h:44
This abstract class define message types and payloads for a set of ITC services.
Definition OpenRequest.h:30
Cpl::Itc::SAP< OpenRequest > SAP
SAP for this API.
Definition OpenRequest.h:33
RequestMessage< OpenRequest, OpenPayload > OpenMsg
Message Type: Open.
Definition OpenRequest.h:52
virtual void request(OpenMsg &msg)=0
Request: Open.
This abstract class define response message types for a set of ITC services.
Definition OpenRequest.h:74
virtual ~OpenResponse()
Virtual destructor.
Definition OpenRequest.h:89
virtual void response(OpenMsg &msg)=0
Response: OpenMsg.
ResponseMessage< OpenResponse, OpenRequest, OpenRequest::OpenPayload > OpenMsg
Response Message Type: Open.
Definition OpenRequest.h:79
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
This template class represents a client response message, which is posted to the client's mailbox aft...
Definition ResponseMessage.h:40
This concrete template class represents the interface to a ITC Service Access Point (SAP).
Definition SAP.h:30
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20