1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include
"nsISupports.idl"
7 #include
"nsIRunnable.idl"
9 [scriptable
, uuid(daa45b24
-98ee
-4eb2
-9cec
-aad0bc023e9d
)]
10 interface nsIInputStreamPriority
: nsISupports
13 * An input stream implementing this interface will dispatch runnable
14 * events with this priority. See nsIRunnablePriority.
16 attribute
unsigned long priority
;