blob: d895cf042cf68c40198693ecc17ce966820ccab2 [file] [log] [blame]
Ryan Keanedeb48b32019-06-28 16:24:40 -07001// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
Jordan Baylescea81af2020-10-01 14:59:38 -07003// found in the LICENSE file.
Ryan Keanedeb48b32019-06-28 16:24:40 -07004
5#include "platform/api/udp_socket.h"
6
7namespace openscreen {
Ryan Keanedeb48b32019-06-28 16:24:40 -07008
Yuri Wiitalad697dfc2019-10-23 16:00:16 -07009UdpSocket::UdpSocket() = default;
10UdpSocket::~UdpSocket() = default;
Ryan Keane83050af2019-08-26 08:58:09 -070011
Abraham Corea Diazbffb5c22021-07-09 23:35:39 +000012UdpSocket::Client::~Client() = default;
13
Ryan Keanedeb48b32019-06-28 16:24:40 -070014} // namespace openscreen