aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/vespa/slobrok/server/service_mapping.cpp
blob: 1d4627ff2220d0cd9a6f27fca0806b6f565c84cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "service_mapping.h"

namespace slobrok {

ServiceMapping::ServiceMapping(const ServiceMapping& rhs) noexcept = default;

ServiceMapping::~ServiceMapping() = default;

ServiceMapping& ServiceMapping::operator=(const ServiceMapping& rhs) = default;

} // namespace slobrok