aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/routablefactory
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-09-28 21:53:20 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:23 +0100
commitceed5526abe179b3a2a1c8ba90a255b6783e981b (patch)
tree871d763c09457b844da3861584ac449e3e5cf7c3 /documentapi/src/tests/routablefactory
parent0d542b3abe7a4769870edcfdbc90cb2568e87c2d (diff)
Merge documentapi protocol routable factories (C++).
Diffstat (limited to 'documentapi/src/tests/routablefactory')
-rw-r--r--documentapi/src/tests/routablefactory/routablefactory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentapi/src/tests/routablefactory/routablefactory.cpp b/documentapi/src/tests/routablefactory/routablefactory.cpp
index 13ebd45fdc6..3f94d120d66 100644
--- a/documentapi/src/tests/routablefactory/routablefactory.cpp
+++ b/documentapi/src/tests/routablefactory/routablefactory.cpp
@@ -1,7 +1,7 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/document/repo/documenttyperepo.h>
#include <vespa/documentapi/messagebus/documentprotocol.h>
-#include <vespa/documentapi/messagebus/routablefactories52.h>
+#include <vespa/documentapi/messagebus/routablefactories60.h>
#include <vespa/messagebus/testlib/receptor.h>
#include <vespa/messagebus/testlib/slobrok.h>
#include <vespa/messagebus/testlib/testserver.h>
@@ -48,7 +48,7 @@ public:
}
};
-class MyMessageFactory : public RoutableFactories52::DocumentMessageFactory {
+class MyMessageFactory : public RoutableFactories60::DocumentMessageFactory {
protected:
DocumentMessage::UP doDecode(document::ByteBuffer &buf) const override {
(void)buf;
@@ -62,7 +62,7 @@ protected:
}
};
-class MyReplyFactory : public RoutableFactories52::DocumentReplyFactory {
+class MyReplyFactory : public RoutableFactories60::DocumentReplyFactory {
protected:
DocumentReply::UP doDecode(document::ByteBuffer &buf) const override {
(void)buf;