aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/onedrive/onedrivestorage.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-08 18:51:00 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit870e96eb9ca6e69bea5f47a215d171fd58ab1265 (patch)
tree57516a6cc7bf5f2c6912e15b5ad4045c4b151c9e /backends/cloud/onedrive/onedrivestorage.h
parent1479d126520a9f3472797c1bb98b534f0b2a6b97 (diff)
downloadscummvm-rg350-870e96eb9ca6e69bea5f47a215d171fd58ab1265.tar.gz
scummvm-rg350-870e96eb9ca6e69bea5f47a215d171fd58ab1265.tar.bz2
scummvm-rg350-870e96eb9ca6e69bea5f47a215d171fd58ab1265.zip
CLOUD: Update CloudManager and Storage
* Storage::name(); * CloudManager::getStorageName(); * CloudManager::getStorageIndex(); * CloudManager::listStorages(); * CloudManager::switchStorage().
Diffstat (limited to 'backends/cloud/onedrive/onedrivestorage.h')
-rw-r--r--backends/cloud/onedrive/onedrivestorage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/cloud/onedrive/onedrivestorage.h b/backends/cloud/onedrive/onedrivestorage.h
index 8afdac8b0f..3932d44aae 100644
--- a/backends/cloud/onedrive/onedrivestorage.h
+++ b/backends/cloud/onedrive/onedrivestorage.h
@@ -75,6 +75,12 @@ public:
*/
virtual void saveConfig(Common::String keyPrefix);
+ /**
+ * Return unique storage name.
+ * @returns some unique storage name (for example, "Dropbox (user@example.com)")
+ */
+ virtual Common::String name() const;
+
/** Public Cloud API comes down there. */
/** Returns ListDirectoryStatus struct with list of files. */