1 : /*
2 : * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/m-beta-lnx-codecoverage/build/layout/xul/base/public/nsIEditorBoxObject.idl
3 : */
4 :
5 : #ifndef __gen_nsIEditorBoxObject_h__
6 : #define __gen_nsIEditorBoxObject_h__
7 :
8 :
9 : #ifndef __gen_nsIContainerBoxObject_h__
10 : #include "nsIContainerBoxObject.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 : /* starting interface: nsIEditorBoxObject */
19 : #define NS_IEDITORBOXOBJECT_IID_STR "e3800a23-5b83-49aa-b18c-efa1ac5416e0"
20 :
21 : #define NS_IEDITORBOXOBJECT_IID \
22 : {0xe3800a23, 0x5b83, 0x49aa, \
23 : { 0xb1, 0x8c, 0xef, 0xa1, 0xac, 0x54, 0x16, 0xe0 }}
24 :
25 0 : class NS_NO_VTABLE NS_SCRIPTABLE nsIEditorBoxObject : public nsIContainerBoxObject {
26 : public:
27 :
28 : NS_DECLARE_STATIC_IID_ACCESSOR(NS_IEDITORBOXOBJECT_IID)
29 :
30 : };
31 :
32 : NS_DEFINE_STATIC_IID_ACCESSOR(nsIEditorBoxObject, NS_IEDITORBOXOBJECT_IID)
33 :
34 : /* Use this macro when declaring classes that implement this interface. */
35 : #define NS_DECL_NSIEDITORBOXOBJECT \
36 : /* no methods! */
37 :
38 : /* Use this macro to declare functions that forward the behavior of this interface to another object. */
39 : #define NS_FORWARD_NSIEDITORBOXOBJECT(_to) \
40 : /* no methods! */
41 :
42 : /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
43 : #define NS_FORWARD_SAFE_NSIEDITORBOXOBJECT(_to) \
44 : /* no methods! */
45 :
46 : #if 0
47 : /* Use the code below as a template for the implementation class for this interface. */
48 :
49 : /* Header file */
50 : class nsEditorBoxObject : public nsIEditorBoxObject
51 : {
52 : public:
53 : NS_DECL_ISUPPORTS
54 : NS_DECL_NSIEDITORBOXOBJECT
55 :
56 : nsEditorBoxObject();
57 :
58 : private:
59 : ~nsEditorBoxObject();
60 :
61 : protected:
62 : /* additional members */
63 : };
64 :
65 : /* Implementation file */
66 : NS_IMPL_ISUPPORTS1(nsEditorBoxObject, nsIEditorBoxObject)
67 :
68 : nsEditorBoxObject::nsEditorBoxObject()
69 : {
70 : /* member initializers and constructor code */
71 : }
72 :
73 : nsEditorBoxObject::~nsEditorBoxObject()
74 : {
75 : /* destructor code */
76 : }
77 :
78 : /* End of implementation class template. */
79 : #endif
80 :
81 :
82 : #endif /* __gen_nsIEditorBoxObject_h__ */
|