1 : /*
2 : * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/m-beta-lnx-codecoverage/build/extensions/pref/autoconfig/public/nsIReadConfig.idl
3 : */
4 :
5 : #ifndef __gen_nsIReadConfig_h__
6 : #define __gen_nsIReadConfig_h__
7 :
8 :
9 : #ifndef __gen_nsISupports_h__
10 : #include "nsISupports.h"
11 : #endif
12 :
13 : /* For IDL files that don't want to include root IDL files. */
14 : #ifndef NS_NO_VTABLE
15 : #define NS_NO_VTABLE
16 : #endif
17 :
18 : #define NS_READCONFIG_CID\
19 : { 0xba5bc4c6,\
20 : 0x1dd1, \
21 : 0x11b2, \
22 : { 0xbb, 0x89, 0xb8, 0x44, 0xc6, 0xec, 0x03, 0x39 }\
23 : }
24 :
25 : #define NS_READCONFIG_CONTRACTID \
26 : "@mozilla.org/readconfig;1"
27 : #define NS_READCONFIG_CLASSNAME "ReadConfig Module"
28 :
29 : /* starting interface: nsIReadConfig */
30 : #define NS_IREADCONFIG_IID_STR "ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339"
31 :
32 : #define NS_IREADCONFIG_IID \
33 : {0xba5bc4c6, 0x1dd1, 0x11b2, \
34 : { 0xbb, 0x89, 0xb8, 0x44, 0xc6, 0xec, 0x03, 0x39 }}
35 :
36 0 : class NS_NO_VTABLE nsIReadConfig : public nsISupports {
37 : public:
38 :
39 : NS_DECLARE_STATIC_IID_ACCESSOR(NS_IREADCONFIG_IID)
40 :
41 : };
42 :
43 : NS_DEFINE_STATIC_IID_ACCESSOR(nsIReadConfig, NS_IREADCONFIG_IID)
44 :
45 : /* Use this macro when declaring classes that implement this interface. */
46 : #define NS_DECL_NSIREADCONFIG \
47 : /* no methods! */
48 :
49 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
50 : #define NS_FORWARD_NSIREADCONFIG(_to) \
51 : /* no methods! */
52 :
53 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
54 : #define NS_FORWARD_SAFE_NSIREADCONFIG(_to) \
55 : /* no methods! */
56 :
57 : #if 0
58 : /* Use the code below as a template for the implementation class for this interface. */
59 :
60 : /* Header file */
61 : class nsReadConfig : public nsIReadConfig
62 : {
63 : public:
64 : NS_DECL_ISUPPORTS
65 : NS_DECL_NSIREADCONFIG
66 :
67 : nsReadConfig();
68 :
69 : private:
70 : ~nsReadConfig();
71 :
72 : protected:
73 : /* additional members */
74 : };
75 :
76 : /* Implementation file */
77 : NS_IMPL_ISUPPORTS1(nsReadConfig, nsIReadConfig)
78 :
79 : nsReadConfig::nsReadConfig()
80 : {
81 : /* member initializers and constructor code */
82 : }
83 :
84 : nsReadConfig::~nsReadConfig()
85 : {
86 : /* destructor code */
87 : }
88 :
89 : /* End of implementation class template. */
90 : #endif
91 :
92 :
93 : #endif /* __gen_nsIReadConfig_h__ */
|