aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/dropbox/dropboxstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/dropbox/dropboxstorage.h')
-rw-r--r--backends/cloud/dropbox/dropboxstorage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/cloud/dropbox/dropboxstorage.h b/backends/cloud/dropbox/dropboxstorage.h
index d60dec29de..1cf657bc36 100644
--- a/backends/cloud/dropbox/dropboxstorage.h
+++ b/backends/cloud/dropbox/dropboxstorage.h
@@ -25,6 +25,7 @@
#include "backends/cloud/storage.h"
#include "backends/cloud/manager.h"
+#include "common/callback.h"
namespace Cloud {
namespace Dropbox {
@@ -39,6 +40,8 @@ class DropboxStorage: public Cloud::Storage {
static void getAccessToken(Common::String code);
+ void infoMethodCallback(void *serviceInfoPtr);
+
public:
virtual ~DropboxStorage();
@@ -65,6 +68,7 @@ public:
/** Returns pointer to the ServiceInfo struct. */
virtual void info(InfoCallback callback);
+ void info2(Common::Callback<DropboxStorage> *callback);
/** Returns whether saves sync process is running. */
virtual bool isSyncing() { return false; } //TODO