aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/vespa/slobrok/server/map_diff.cpp
blob: fb086fbe45b831a463009cd941a3f5acbeabf45a (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 "map_diff.h"

namespace slobrok {

MapDiff::MapDiff(MapDiff &&) noexcept = default;
MapDiff::~MapDiff() = default;

} // namespace slobrok