// 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 "osp/public/protocol_connection_endpoint.h" namespace openscreen::osp { ProtocolConnectionEndpoint::ProtocolConnectionEndpoint() = default; ProtocolConnectionEndpoint::~ProtocolConnectionEndpoint() = default; std::ostream& operator<<(std::ostream& os, ProtocolConnectionEndpoint::State state) { … } } // namespace openscreen::osp