author | Gervase Markham <gerv@gerv.net> |
Mon, 21 May 2012 12:12:37 +0100 | |
changeset 94445 | f4157e8c410708d76703f19e4dfb61859bfe32d8 |
parent 42119 | 981ef4b4e8664fed548b9378555b0b4a4b9d42c5 |
child 116001 | 6464b79a1cf9a03d3bae3ed31c39f803c574fdbc |
permissions | -rw-r--r-- |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsISupports.idl" [scriptable, function, uuid(4a2abaf0-6886-11d3-9382-00104ba0fd40)] interface nsIRunnable : nsISupports { void run(); };