aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/dropbox/dropboxstorage.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-05-13 17:23:28 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit1b89e25580c186fc2cc1821acee942e23fea3682 (patch)
tree62f05694534d5fa52793406f76643e5da472d106 /backends/cloud/dropbox/dropboxstorage.h
parentb272bba7519951f38aa1aa34c70197c7be1b63fd (diff)
downloadscummvm-rg350-1b89e25580c186fc2cc1821acee942e23fea3682.tar.gz
scummvm-rg350-1b89e25580c186fc2cc1821acee942e23fea3682.tar.bz2
scummvm-rg350-1b89e25580c186fc2cc1821acee942e23fea3682.zip
CLOUD: Add first Request
Just fooling around with the example Request, but the idea works well.
Diffstat (limited to 'backends/cloud/dropbox/dropboxstorage.h')
-rw-r--r--backends/cloud/dropbox/dropboxstorage.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/backends/cloud/dropbox/dropboxstorage.h b/backends/cloud/dropbox/dropboxstorage.h
index 43ed9dcbee..f80854b987 100644
--- a/backends/cloud/dropbox/dropboxstorage.h
+++ b/backends/cloud/dropbox/dropboxstorage.h
@@ -27,14 +27,9 @@
namespace Cloud { namespace Dropbox {
-class DropboxStorage: public Cloud::Storage {
- bool _firstTime;
-
-protected:
- virtual void handler();
-
+class DropboxStorage: public Cloud::Storage {
public:
- DropboxStorage() : _firstTime(true) {};
+ DropboxStorage() {};
virtual void listDirectory(Common::String path);
virtual void syncSaves();