1#ifndef Cpl_Dm_Persistent_EraseRequest_h_
2#define Cpl_Dm_Persistent_EraseRequest_h_
Payload for Message.
Definition EraseRequest.h:47
bool m_success
Erase results (response field) true = the Record was successfully erased/invalidate in persistent sto...
Definition EraseRequest.h:53
Payload()
Constructor.
Definition EraseRequest.h:57
This abstract class define ITC message type and payload for the application to request invalidating/c...
Definition EraseRequest.h:39
virtual void request(EraseMsg &msg)=0
Request: Erase message.
Cpl::Itc::RequestMessage< EraseRequest, Payload > EraseMsg
Message Type:
Definition EraseRequest.h:63
Cpl::Itc::SAP< EraseRequest > SAP
SAP for this API.
Definition EraseRequest.h:42
virtual ~EraseRequest()
Virtual Destructor.
Definition EraseRequest.h:70
This abstract class define ITC message type and payload for asynchronous response (to the application...
Definition EraseRequest.h:80
virtual void response(EraseMsg &msg)=0
Response.
virtual ~EraseResponse()
Virtual destructor.
Definition EraseRequest.h:94
Cpl::Itc::ResponseMessage< EraseResponse, EraseRequest, EraseRequest::Payload > EraseMsg
Response Message Type.
Definition EraseRequest.h:85
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