blob: 60262cab8c4cd69a50127277e68f6a0eb5e5bbee [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
3// found in the LICENSE file
4
5#include "platform/api/udp_socket.h"
6
7namespace openscreen {
8namespace platform {
9
Yuri Wiitalad697dfc2019-10-23 16:00:16 -070010UdpSocket::UdpSocket() = default;
11UdpSocket::~UdpSocket() = default;
Ryan Keane83050af2019-08-26 08:58:09 -070012
Ryan Keanedeb48b32019-06-28 16:24:40 -070013} // namespace platform
14} // namespace openscreen