blob: a0b49687ec03733ea86512080d79055fe4d11431 [file] [log] [blame]
sergeyu64adc272016-03-12 09:12:431// Copyright 2016 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "remoting/protocol/client_authentication_config.h"
6
7namespace remoting {
8namespace protocol {
9
Chris Watkins6fe52aa2017-11-28 03:24:0510ClientAuthenticationConfig::ClientAuthenticationConfig() = default;
vmpstrbf0d713a2016-03-24 20:22:5411ClientAuthenticationConfig::ClientAuthenticationConfig(
12 const ClientAuthenticationConfig& other) = default;
Chris Watkins6fe52aa2017-11-28 03:24:0513ClientAuthenticationConfig::~ClientAuthenticationConfig() = default;
sergeyu64adc272016-03-12 09:12:4314
15} // namespace protocol
16} // namespace remoting