aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-04-19 23:10:00 +0200
committerTor Egge <Tor.Egge@oath.com>2018-04-20 08:48:49 +0000
commitb438d5ef09ae94d0280e824e93196ae57ab97819 (patch)
tree14188629210c8e0d483fde2a04d7bd38984c0134 /searchcore/src/tests/proton/documentdb
parent834ea7c148b0595a11189bc7450ebb63483cbef6 (diff)
Change AttributeContext to use makeReadGuard method on attribute vectors.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb')
-rw-r--r--searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp b/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp
index 0f17577e789..9c8e2d63385 100644
--- a/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/maintenancecontroller/maintenancecontroller_test.cpp
@@ -339,7 +339,7 @@ struct MyAttributeManager : public proton::IAttributeManager
virtual AttributeGuard::UP getAttribute(const string &) const override {
abort();
}
- virtual AttributeGuard::UP getAttributeStableEnum(const string &) const override {
+ virtual std::unique_ptr<search::attribute::AttributeReadGuard> getAttributeReadGuard(const string &, bool) const override {
abort();
}
virtual void getAttributeList(std::vector<AttributeGuard> &) const override {