aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storagefile.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-05-27 20:59:40 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit0ef1cda1724e973c36c76e07763f681cb14bd597 (patch)
tree1a63efae14cb5a3d44e5d21ab809281760efcdd9 /backends/cloud/storagefile.h
parentcdf30e9d584f81029311f111f314fabdc1bf6d60 (diff)
downloadscummvm-rg350-0ef1cda1724e973c36c76e07763f681cb14bd597.tar.gz
scummvm-rg350-0ef1cda1724e973c36c76e07763f681cb14bd597.tar.bz2
scummvm-rg350-0ef1cda1724e973c36c76e07763f681cb14bd597.zip
CLOUD: Add FolderDownloadRequest
Uses Storage's listDirectory() and download() methods to download contents.
Diffstat (limited to 'backends/cloud/storagefile.h')
-rw-r--r--backends/cloud/storagefile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/cloud/storagefile.h b/backends/cloud/storagefile.h
index 8706ba18e9..ced99fae30 100644
--- a/backends/cloud/storagefile.h
+++ b/backends/cloud/storagefile.h
@@ -39,6 +39,7 @@ class StorageFile {
bool _isDirectory;
public:
+ StorageFile(); //invalid empty file
StorageFile(Common::String pth, uint32 sz, uint32 ts, bool dir);
Common::String path() const { return _path; }