2005-02-23 13:59:17 +00:00
|
|
|
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
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/. */
|
2005-02-23 13:59:17 +00:00
|
|
|
|
|
|
|
#include "nsIPrefBranch.idl"
|
|
|
|
|
|
|
|
/**
|
2012-01-16 08:47:13 +00:00
|
|
|
* An empty interface to provide backwards compatibility for existing code.
|
2005-02-23 13:59:17 +00:00
|
|
|
*
|
|
|
|
* @see nsIPrefBranch
|
|
|
|
*/
|
2012-01-16 08:47:13 +00:00
|
|
|
[scriptable, uuid(8892016d-07f7-4530-b5c1-d73dfcde4a1c)]
|
2005-02-23 13:59:17 +00:00
|
|
|
interface nsIPrefBranch2 : nsIPrefBranch
|
|
|
|
{
|
|
|
|
};
|