nsIDOMEntityReference.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /*
  2. * DO NOT EDIT. THIS FILE IS GENERATED FROM c:/mozilla/dom/public/idl/core/nsIDOMEntityReference.idl
  3. */
  4. #ifndef __gen_nsIDOMEntityReference_h__
  5. #define __gen_nsIDOMEntityReference_h__
  6. #ifndef __gen_nsIDOMNode_h__
  7. #include "nsIDOMNode.h"
  8. #endif
  9. /* For IDL files that don't want to include root IDL files. */
  10. #ifndef NS_NO_VTABLE
  11. #define NS_NO_VTABLE
  12. #endif
  13. /* starting interface: nsIDOMEntityReference */
  14. #define NS_IDOMENTITYREFERENCE_IID_STR "a6cf907a-15b3-11d2-932e-00805f8add32"
  15. #define NS_IDOMENTITYREFERENCE_IID \
  16. {0xa6cf907a, 0x15b3, 0x11d2, \
  17. { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 }}
  18. class NS_NO_VTABLE nsIDOMEntityReference : public nsIDOMNode {
  19. public:
  20. NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMENTITYREFERENCE_IID)
  21. };
  22. /* Use this macro when declaring classes that implement this interface. */
  23. #define NS_DECL_NSIDOMENTITYREFERENCE \
  24. /* no methods! */
  25. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  26. #define NS_FORWARD_NSIDOMENTITYREFERENCE(_to) \
  27. /* no methods! */
  28. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  29. #define NS_FORWARD_SAFE_NSIDOMENTITYREFERENCE(_to) \
  30. /* no methods! */
  31. #if 0
  32. /* Use the code below as a template for the implementation class for this interface. */
  33. /* Header file */
  34. class nsDOMEntityReference : public nsIDOMEntityReference
  35. {
  36. public:
  37. NS_DECL_ISUPPORTS
  38. NS_DECL_NSIDOMENTITYREFERENCE
  39. nsDOMEntityReference();
  40. private:
  41. ~nsDOMEntityReference();
  42. protected:
  43. /* additional members */
  44. };
  45. /* Implementation file */
  46. NS_IMPL_ISUPPORTS1(nsDOMEntityReference, nsIDOMEntityReference)
  47. nsDOMEntityReference::nsDOMEntityReference()
  48. {
  49. /* member initializers and constructor code */
  50. }
  51. nsDOMEntityReference::~nsDOMEntityReference()
  52. {
  53. /* destructor code */
  54. }
  55. /* End of implementation class template. */
  56. #endif
  57. #endif /* __gen_nsIDOMEntityReference_h__ */