// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CAST_RECEIVER_PUBLIC_RECEIVER_SOCKET_FACTORY_H_ #define CAST_RECEIVER_PUBLIC_RECEIVER_SOCKET_FACTORY_H_ #include <memory> #include <vector> #include "cast/common/public/cast_socket.h" #include "platform/api/tls_connection_factory.h" #include "platform/base/ip_address.h" namespace openscreen::cast { class ReceiverSocketFactory final : public TlsConnectionFactory::Client { … }; } // namespace openscreen::cast #endif // CAST_RECEIVER_PUBLIC_RECEIVER_SOCKET_FACTORY_H_