aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/ireplayconfig.cpp
blob: 5fc1ad6ea4ab79515690e345895afc630c541e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "ireplayconfig.h"

namespace proton {

IReplayConfig::~IReplayConfig() = default;

} // namespace proton