Response that the application should use when the data storage has been read. More...
Public Types | |
enum | Status { Success, Failure } |
Public Member Functions | |
IDataStorageResponse () | |
virtual | ~IDataStorageResponse () |
virtual void * | GetSpace (unsigned long long size)=0 |
Allocates space where to put the data read. More... | |
virtual void | Finish (Status status)=0 |
Call when the data has been read or the read failed. More... | |
Response that the application should use when the data storage has been read.
cohtml::IDataStorageResponse::IDataStorageResponse | ( | ) |
|
virtual |
|
pure virtual |
Call when the data has been read or the read failed.
|
pure virtual |
Allocates space where to put the data read.