Ryan Keane | deb48b3 | 2019-06-28 16:24:40 -0700 | [diff] [blame] | 1 | // 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 Bayles | cea81af | 2020-10-01 14:59:38 -0700 | [diff] [blame^] | 3 | // found in the LICENSE file. |
Ryan Keane | deb48b3 | 2019-06-28 16:24:40 -0700 | [diff] [blame] | 4 | |
| 5 | #include "platform/api/udp_socket.h" |
| 6 | |
| 7 | namespace openscreen { |
Ryan Keane | deb48b3 | 2019-06-28 16:24:40 -0700 | [diff] [blame] | 8 | |
Yuri Wiitala | d697dfc | 2019-10-23 16:00:16 -0700 | [diff] [blame] | 9 | UdpSocket::UdpSocket() = default; |
| 10 | UdpSocket::~UdpSocket() = default; |
Ryan Keane | 83050af | 2019-08-26 08:58:09 -0700 | [diff] [blame] | 11 | |
Ryan Keane | deb48b3 | 2019-06-28 16:24:40 -0700 | [diff] [blame] | 12 | } // namespace openscreen |