diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index 9fe4e99..da225ef 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -59,6 +59,8 @@ public: | |||
59 | bool commit(const std::function<void(const Storage::Error &error)> &errorHandler = std::function<void(const Storage::Error &error)>()); | 59 | bool commit(const std::function<void(const Storage::Error &error)> &errorHandler = std::function<void(const Storage::Error &error)>()); |
60 | void abort(); | 60 | void abort(); |
61 | 61 | ||
62 | void setAutocommit(int interval); | ||
63 | |||
62 | /** | 64 | /** |
63 | * Write a value | 65 | * Write a value |
64 | */ | 66 | */ |