CLOUD: Delete the incomplete file (when downloading)
This commit is contained in:
parent
2d3cfffa84
commit
4c381dafa3
3 changed files with 23 additions and 1 deletions
|
@ -43,6 +43,8 @@ class DownloadRequest: public Networking::Request {
|
|||
void streamCallback(Networking::NetworkReadStreamResponse response);
|
||||
void streamErrorCallback(Networking::ErrorResponse error);
|
||||
void finishSuccess(bool success);
|
||||
virtual void finishError(Networking::ErrorResponse error);
|
||||
|
||||
public:
|
||||
DownloadRequest(Storage *storage, Storage::BoolCallback callback, Networking::ErrorCallback ecb, Common::String remoteFileId, Common::DumpFile *dumpFile);
|
||||
virtual ~DownloadRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue