aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/storage.h')
-rw-r--r--backends/cloud/storage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/cloud/storage.h b/backends/cloud/storage.h
index 4afa36f8d8..e71b8b7aa0 100644
--- a/backends/cloud/storage.h
+++ b/backends/cloud/storage.h
@@ -28,7 +28,7 @@
namespace Cloud {
class Storage {
- friend void cloudThread(void*); //calls handler()
+ friend void cloudThread(void *); //calls handler()
protected:
virtual void handler();
@@ -45,7 +45,8 @@ public:
* @param path directory to list
*/
- //TODO: actually make it list directories and some callback to pass gathered files list
+ //TODO: actually make it list directories
+ //TODO: add some callback to pass gathered files list
virtual void listDirectory(Common::String path) = 0;