storage: add abstract interface

Prepare for the plugin interface.
This commit is contained in:
Max Kellermann
2014-02-05 17:03:43 +01:00
parent 4c995eb498
commit 0ba1b73395
11 changed files with 146 additions and 60 deletions

View File

@@ -61,7 +61,7 @@ class UpdateService final : DeferredMonitor {
public:
UpdateService(EventLoop &_loop, SimpleDatabase &_db,
LocalStorage &_storage,
Storage &_storage,
DatabaseListener &_listener);
/**