CLOUD: Add ListDirectoryStatus struct
It contains flags to indicate whether Request was interrupted or failed, so dependent Requests may see that list is incomplete.
This commit is contained in:
parent
a19fc52c32
commit
aa987e5c52
14 changed files with 155 additions and 101 deletions
|
@ -45,7 +45,6 @@ DropboxUploadRequest::~DropboxUploadRequest() {
|
|||
delete _uploadCallback;
|
||||
}
|
||||
|
||||
|
||||
void DropboxUploadRequest::start() {
|
||||
_ignoreCallback = true;
|
||||
if (_workingRequest) _workingRequest->finish();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue