Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: gecko-sdk/include/nsIDOMEntityReference.h

Issue 20346: Version 1.8 of gecko-sdk. Downloaded from here:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gecko-sdk/include/nsIDOMEntity.h ('k') | gecko-sdk/include/nsIDOMEvent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 * DO NOT EDIT. THIS FILE IS GENERATED FROM c:/builds/tinderbox/XR-Mozilla1.8.0 -Release/WINNT_5.2_Depend/mozilla/dom/public/idl/core/nsIDOMEntityReference.idl
3 */
4
5 #ifndef __gen_nsIDOMEntityReference_h__
6 #define __gen_nsIDOMEntityReference_h__
7
8
9 #ifndef __gen_nsIDOMNode_h__
10 #include "nsIDOMNode.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: nsIDOMEntityReference */
19 #define NS_IDOMENTITYREFERENCE_IID_STR "a6cf907a-15b3-11d2-932e-00805f8add32"
20
21 #define NS_IDOMENTITYREFERENCE_IID \
22 {0xa6cf907a, 0x15b3, 0x11d2, \
23 { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 }}
24
25 class NS_NO_VTABLE nsIDOMEntityReference : public nsIDOMNode {
26 public:
27
28 NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMENTITYREFERENCE_IID)
29
30 };
31
32 /* Use this macro when declaring classes that implement this interface. */
33 #define NS_DECL_NSIDOMENTITYREFERENCE \
34 /* no methods! */
35
36 /* Use this macro to declare functions that forward the behavior of this interfa ce to another object. */
37 #define NS_FORWARD_NSIDOMENTITYREFERENCE(_to) \
38 /* no methods! */
39
40 /* Use this macro to declare functions that forward the behavior of this interfa ce to another object in a safe way. */
41 #define NS_FORWARD_SAFE_NSIDOMENTITYREFERENCE(_to) \
42 /* no methods! */
43
44 #if 0
45 /* Use the code below as a template for the implementation class for this interf ace. */
46
47 /* Header file */
48 class nsDOMEntityReference : public nsIDOMEntityReference
49 {
50 public:
51 NS_DECL_ISUPPORTS
52 NS_DECL_NSIDOMENTITYREFERENCE
53
54 nsDOMEntityReference();
55
56 private:
57 ~nsDOMEntityReference();
58
59 protected:
60 /* additional members */
61 };
62
63 /* Implementation file */
64 NS_IMPL_ISUPPORTS1(nsDOMEntityReference, nsIDOMEntityReference)
65
66 nsDOMEntityReference::nsDOMEntityReference()
67 {
68 /* member initializers and constructor code */
69 }
70
71 nsDOMEntityReference::~nsDOMEntityReference()
72 {
73 /* destructor code */
74 }
75
76 /* End of implementation class template. */
77 #endif
78
79
80 #endif /* __gen_nsIDOMEntityReference_h__ */
OLDNEW
« no previous file with comments | « gecko-sdk/include/nsIDOMEntity.h ('k') | gecko-sdk/include/nsIDOMEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698