sergeyu | 64adc27 | 2016-03-12 09:12:43 | [diff] [blame] | 1 | // 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 | |
| 7 | namespace remoting { |
| 8 | namespace protocol { |
| 9 | |
Chris Watkins | 6fe52aa | 2017-11-28 03:24:05 | [diff] [blame] | 10 | ClientAuthenticationConfig::ClientAuthenticationConfig() = default; |
vmpstr | bf0d713a | 2016-03-24 20:22:54 | [diff] [blame] | 11 | ClientAuthenticationConfig::ClientAuthenticationConfig( |
| 12 | const ClientAuthenticationConfig& other) = default; |
Chris Watkins | 6fe52aa | 2017-11-28 03:24:05 | [diff] [blame] | 13 | ClientAuthenticationConfig::~ClientAuthenticationConfig() = default; |
sergeyu | 64adc27 | 2016-03-12 09:12:43 | [diff] [blame] | 14 | |
| 15 | } // namespace protocol |
| 16 | } // namespace remoting |