1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/extensions/pref/autoconfig/public/nsIReadConfig.idl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 + 1.9 +#include "nsISupports.idl" 1.10 + 1.11 +%{C++ 1.12 + 1.13 +#define NS_READCONFIG_CID\ 1.14 + { 0xba5bc4c6,\ 1.15 + 0x1dd1, \ 1.16 + 0x11b2, \ 1.17 + { 0xbb, 0x89, 0xb8, 0x44, 0xc6, 0xec, 0x03, 0x39 }\ 1.18 + } 1.19 + 1.20 +#define NS_READCONFIG_CONTRACTID \ 1.21 + "@mozilla.org/readconfig;1" 1.22 + 1.23 +%} 1.24 + 1.25 +[uuid (ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339)] 1.26 +interface nsIReadConfig : nsISupports { 1.27 +};