/* * Copyright (c) 2021, Dex♪ * Copyright (c) 2022, Ali Mohammad Pur * Copyright (c) 2022, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #include namespace WebSocket { WebSocketImpl::WebSocketImpl() = default; WebSocketImpl::~WebSocketImpl() = default; }