PageRenderTime 41ms CodeModel.GetById 38ms RepoModel.GetById 0ms app.codeStats 0ms

/gecko_api/include/nsIDOMComment.h

http://firefox-mac-pdf.googlecode.com/
C Header | 82 lines | 40 code | 24 blank | 18 comment | 0 complexity | dd1d5d0f1d0b695b33230f8b69689e5b MD5 | raw file
  1. /*
  2. * DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/tinderbox/XR-Trunk/Darwin_8.8.4_Depend/mozilla/dom/public/idl/core/nsIDOMComment.idl
  3. */
  4. #ifndef __gen_nsIDOMComment_h__
  5. #define __gen_nsIDOMComment_h__
  6. #ifndef __gen_nsIDOMCharacterData_h__
  7. #include "nsIDOMCharacterData.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: nsIDOMComment */
  14. #define NS_IDOMCOMMENT_IID_STR "a6cf9073-15b3-11d2-932e-00805f8add32"
  15. #define NS_IDOMCOMMENT_IID \
  16. {0xa6cf9073, 0x15b3, 0x11d2, \
  17. { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 }}
  18. class NS_NO_VTABLE NS_SCRIPTABLE nsIDOMComment : public nsIDOMCharacterData {
  19. public:
  20. NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMCOMMENT_IID)
  21. };
  22. NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMComment, NS_IDOMCOMMENT_IID)
  23. /* Use this macro when declaring classes that implement this interface. */
  24. #define NS_DECL_NSIDOMCOMMENT \
  25. /* no methods! */
  26. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  27. #define NS_FORWARD_NSIDOMCOMMENT(_to) \
  28. /* no methods! */
  29. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  30. #define NS_FORWARD_SAFE_NSIDOMCOMMENT(_to) \
  31. /* no methods! */
  32. #if 0
  33. /* Use the code below as a template for the implementation class for this interface. */
  34. /* Header file */
  35. class nsDOMComment : public nsIDOMComment
  36. {
  37. public:
  38. NS_DECL_ISUPPORTS
  39. NS_DECL_NSIDOMCOMMENT
  40. nsDOMComment();
  41. private:
  42. ~nsDOMComment();
  43. protected:
  44. /* additional members */
  45. };
  46. /* Implementation file */
  47. NS_IMPL_ISUPPORTS1(nsDOMComment, nsIDOMComment)
  48. nsDOMComment::nsDOMComment()
  49. {
  50. /* member initializers and constructor code */
  51. }
  52. nsDOMComment::~nsDOMComment()
  53. {
  54. /* destructor code */
  55. }
  56. /* End of implementation class template. */
  57. #endif
  58. #endif /* __gen_nsIDOMComment_h__ */