![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class define ITC message type and payload for the application to request invalidating/corrupting the Record in persistent storage (i.e. More...
This abstract class define ITC message type and payload for the application to request invalidating/corrupting the Record in persistent storage (i.e.
logically erase the record in persistent storage)
See the Cpl/Itc/README.txt file for the semantics for the 'ownership' of the payload contents.
NOTE: This interface can/should NOT be used synchronously. The application is required to only use asynchronous semantics.
#include <EraseRequest.h>
Classes | |
class | Payload |
Payload for Message. More... | |
Public Types | |
typedef Cpl::Itc::SAP< EraseRequest > | SAP |
SAP for this API. | |
typedef Cpl::Itc::RequestMessage< EraseRequest, Payload > | EraseMsg |
Message Type: | |
Public Member Functions | |
virtual void | request (EraseMsg &msg)=0 |
Request: Erase message. | |
virtual | ~EraseRequest () |
Virtual Destructor. | |
Message Type:
SAP for this API.
|
inlinevirtual |
Virtual Destructor.
|
pure virtual |
Request: Erase message.
Implemented in Cpl::Dm::Persistent::Record.