aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/bucketdb/initializertest.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:46:01 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:46:01 +0200
commit689541432c21eea3a3d612726974d008676be8ae (patch)
tree8e78c62438aa61ac93feda3a473dc70c2379d8db /storage/src/tests/bucketdb/initializertest.cpp
parenta7747a035821de936c9bf9eba05c2c9c4ac1291f (diff)
add override in storage tests
Diffstat (limited to 'storage/src/tests/bucketdb/initializertest.cpp')
-rw-r--r--storage/src/tests/bucketdb/initializertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/bucketdb/initializertest.cpp b/storage/src/tests/bucketdb/initializertest.cpp
index 05e00184ce3..9aa7da92e36 100644
--- a/storage/src/tests/bucketdb/initializertest.cpp
+++ b/storage/src/tests/bucketdb/initializertest.cpp
@@ -423,7 +423,7 @@ struct FakePersistenceLayer : public StorageLink {
}
return 0;
}
- virtual bool onDown(const api::StorageMessage::SP& msg) {
+ virtual bool onDown(const api::StorageMessage::SP& msg) override {
fatalError = "";
if (messageCallback) {
messageCallback->onMessage(*msg);
@@ -795,7 +795,7 @@ struct DatabaseInsertCallback : MessageCallback
_expectedReadBucketPriority(255)
{}
- void onMessage(const api::StorageMessage& msg)
+ void onMessage(const api::StorageMessage& msg) override
{
// Always make sure we're not set as initialized while we're still
// processing messages! Also ensure progress never goes down.