// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/protocol/network_settings.h" namespace remoting::protocol { NetworkSettings::NetworkSettings() = default; NetworkSettings::~NetworkSettings() = default; NetworkSettings::NetworkSettings(uint32_t flags) : … { … } NetworkSettings::NetworkSettings(const SessionPolicies& policies) { … } } // namespace remoting::protocol