diff options
author | Alexander Tkachev | 2016-07-21 15:49:01 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | a30d0d19945890acae27a9fc3a2520f9b36fc04c (patch) | |
tree | dfd5371f8cc64706a03c122a6ba3827bc24d0237 /backends/cloud | |
parent | 5f9beb76cdb7b34acc258cd30c4c7390036f25c1 (diff) | |
download | scummvm-rg350-a30d0d19945890acae27a9fc3a2520f9b36fc04c.tar.gz scummvm-rg350-a30d0d19945890acae27a9fc3a2520f9b36fc04c.tar.bz2 scummvm-rg350-a30d0d19945890acae27a9fc3a2520f9b36fc04c.zip |
CLOUD: Update DownloadRequest's TODO
We need a way to reopen DumpFile if we want DownloadRequest to support
restarting.
Diffstat (limited to 'backends/cloud')
-rw-r--r-- | backends/cloud/downloadrequest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cloud/downloadrequest.cpp b/backends/cloud/downloadrequest.cpp index 33ac81138d..49a8a1e179 100644 --- a/backends/cloud/downloadrequest.cpp +++ b/backends/cloud/downloadrequest.cpp @@ -44,7 +44,7 @@ void DownloadRequest::start() { _ignoreCallback = true; if (_workingRequest) _workingRequest->finish(); _remoteFileStream = nullptr; - //TODO: reopen DumpFile + //TODO: add some way to reopen DumpFile, so DownloadRequest could be restarted _ignoreCallback = false; _workingRequest = _storage->streamFileById( |