// 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