client_authentication_config.cc 570 B

12345678910111213141516
  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. #include "remoting/protocol/client_authentication_config.h"
  5. namespace remoting {
  6. namespace protocol {
  7. ClientAuthenticationConfig::ClientAuthenticationConfig() = default;
  8. ClientAuthenticationConfig::ClientAuthenticationConfig(
  9. const ClientAuthenticationConfig& other) = default;
  10. ClientAuthenticationConfig::~ClientAuthenticationConfig() = default;
  11. } // namespace protocol
  12. } // namespace remoting