2012-05-21 11:12:37 +00:00
|
|
|
/* 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/. */
|
2001-03-29 00:46:49 +00:00
|
|
|
|
2005-02-23 13:59:17 +00:00
|
|
|
#include "nsIPrefBranch2.idl"
|
2001-10-08 19:52:17 +00:00
|
|
|
|
|
|
|
/**
|
2005-02-23 13:59:17 +00:00
|
|
|
* An empty interface to provide backwards compatibility for existing code that
|
|
|
|
* bsmedberg didn't want to break all at once. Don't use me!
|
2001-10-08 19:52:17 +00:00
|
|
|
*
|
2005-02-23 13:59:17 +00:00
|
|
|
* @status NON-FROZEN interface WHICH WILL PROBABLY GO AWAY.
|
2001-10-08 19:52:17 +00:00
|
|
|
*/
|
2001-03-29 00:46:49 +00:00
|
|
|
|
2011-08-23 02:15:52 +00:00
|
|
|
[scriptable, uuid(355bd1e9-248a-438b-809d-e0db1b287882)]
|
2005-02-23 13:59:17 +00:00
|
|
|
interface nsIPrefBranchInternal : nsIPrefBranch2
|
2001-03-29 00:46:49 +00:00
|
|
|
{
|
|
|
|
};
|