1#ifndef Cpl_Itc_CloseRequest_h_
2#define Cpl_Itc_CloseRequest_h_
Payload for Message: Open.
Definition CloseRequest.h:38
bool m_success
Pass/Fail result of the class request.
Definition CloseRequest.h:41
ClosePayload(void *args=nullptr)
Constructor.
Definition CloseRequest.h:48
void * m_args
Optional arguments.
Definition CloseRequest.h:44
This abstract class define message types and payloads for a set of ITC services.
Definition CloseRequest.h:30
virtual void request(CloseMsg &msg)=0
Request: Close.
RequestMessage< CloseRequest, ClosePayload > CloseMsg
Message Type: Close.
Definition CloseRequest.h:53
Cpl::Itc::SAP< CloseRequest > SAP
SAP for this API.
Definition CloseRequest.h:33
This abstract class define response message types for a set of ITC services.
Definition CloseRequest.h:77
ResponseMessage< CloseResponse, CloseRequest, CloseRequest::ClosePayload > CloseMsg
Response Message Type: Open.
Definition CloseRequest.h:82
virtual ~CloseResponse()
Virtual destructor.
Definition CloseRequest.h:92
virtual void response(CloseMsg &msg)=0
Response: OpenMsg.
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