aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-04-30 07:44:33 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-05-04 12:06:51 +0000
commitf57ad042b46830003497d2b5e47cd5157fa12054 (patch)
tree8bb6586da1c203ce1a8045d50339db6f24277226 /storageframework
parent38adff58b5f6f148c0a2d0116e53f38955eaed8d (diff)
- Implement async put
- Move result processing to MessageTracker - Wire putAsync through provider error wrapper too. - Handle both sync and async replies in tests.
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp b/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp
index 5efd638ec26..2e90e1ae3ee 100644
--- a/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp
+++ b/storageframework/src/vespa/storageframework/defaultimplementation/component/testcomponentregister.cpp
@@ -23,6 +23,6 @@ TestComponentRegister::TestComponentRegister(ComponentRegisterImpl::UP compReg)
// register status pages without a server
}
-TestComponentRegister::~TestComponentRegister() {}
+TestComponentRegister::~TestComponentRegister() = default;
}