diff options
Diffstat (limited to 'common/storage_common.cpp')
-rw-r--r-- | common/storage_common.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/storage_common.cpp b/common/storage_common.cpp index 6263bf2..099eb36 100644 --- a/common/storage_common.cpp +++ b/common/storage_common.cpp | |||
@@ -2,6 +2,9 @@ | |||
2 | 2 | ||
3 | #include <iostream> | 3 | #include <iostream> |
4 | 4 | ||
5 | namespace Akonadi2 | ||
6 | { | ||
7 | |||
5 | void errorHandler(const Storage::Error &error) | 8 | void errorHandler(const Storage::Error &error) |
6 | { | 9 | { |
7 | //TODO: allow this to be turned on / off globally | 10 | //TODO: allow this to be turned on / off globally |
@@ -29,3 +32,4 @@ void Storage::scan(const std::string &sKey, const std::function<bool(void *keyPt | |||
29 | scan(sKey.data(), sKey.size(), resultHandler, &errorHandler); | 32 | scan(sKey.data(), sKey.size(), resultHandler, &errorHandler); |
30 | } | 33 | } |
31 | 34 | ||
35 | } // namespace Akonadi2 | ||