Bug 1867190 - Add prefs for PHC probablities r=glandium
[gecko.git] / xpcom / io / nsIOUtil.h
blob32794433eb89c135b051108cfd54427c5840ba9e
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef nsIOUtil_h__
8 #define nsIOUtil_h__
10 #define NS_IOUTIL_CID \
11 { \
12 0xeb833911, 0x4f49, 0x4623, { \
13 0x84, 0x5f, 0xe5, 0x8a, 0x8e, 0x6d, 0xe4, 0xc2 \
14 } \
17 #include "nsIIOUtil.h"
18 #include "mozilla/Attributes.h"
20 class nsIOUtil final : public nsIIOUtil {
21 ~nsIOUtil() = default;
23 public:
24 NS_DECL_THREADSAFE_ISUPPORTS
25 NS_DECL_NSIIOUTIL
28 #endif /* nsIOUtil_h__ */