aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storage.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-14 16:01:05 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commitc431ae6d84be1ef73c44b84c58ee3d9edff3d5e3 (patch)
tree0a1a2a4ccfb0bfc603e62c9f7dbc06c05d577333 /backends/cloud/storage.h
parent85adefdb86e914a789a0db18c767c8ef5902f846 (diff)
downloadscummvm-rg350-c431ae6d84be1ef73c44b84c58ee3d9edff3d5e3.tar.gz
scummvm-rg350-c431ae6d84be1ef73c44b84c58ee3d9edff3d5e3.tar.bz2
scummvm-rg350-c431ae6d84be1ef73c44b84c58ee3d9edff3d5e3.zip
CLOUD: Calculate FolderDownload download speed
Diffstat (limited to 'backends/cloud/storage.h')
-rw-r--r--backends/cloud/storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/cloud/storage.h b/backends/cloud/storage.h
index 6d9db33bc6..a577b3c468 100644
--- a/backends/cloud/storage.h
+++ b/backends/cloud/storage.h
@@ -204,6 +204,9 @@ public:
/** Returns a total number of bytes to be downloaded in current download progress. */
virtual uint64 getDownloadTotalBytesNumber();
+ /** Returns download speed of current download progress. */
+ virtual uint64 getDownloadSpeed();
+
/** Returns remote directory path. */
virtual Common::String getDownloadRemoteDirectory();