aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp b/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp
new file mode 100644
index 00000000000..43610405b87
--- /dev/null
+++ b/searchcore/src/vespa/searchcore/proton/test/bucketstatecalculator.cpp
@@ -0,0 +1,9 @@
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+#include "bucketstatecalculator.h"
+
+namespace proton::test {
+
+BucketStateCalculator::~BucketStateCalculator() = default;
+
+}