Backed out changeset 88fbb17e3c20 (bug 1865637) for causing animation related mochite...
[gecko.git] / netwerk / socket / nsUDPSocketProvider.h
blobfb1fe749d9191d890d1c263ba66e49c18261c466
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef nsUDPSocketProvider_h__
6 #define nsUDPSocketProvider_h__
8 #include "nsISocketProvider.h"
9 #include "mozilla/Attributes.h"
11 class nsUDPSocketProvider final : public nsISocketProvider {
12 public:
13 NS_DECL_THREADSAFE_ISUPPORTS
14 NS_DECL_NSISOCKETPROVIDER
16 private:
17 ~nsUDPSocketProvider() = default;
20 #endif /* nsUDPSocketProvider_h__ */