aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/vespa/slobrok/server/service_mapping.cpp
blob: fa9db48799574aa1db93cf5e3916de04773ea6c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. 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