nsIDOMCDATASection.h
上传用户:goldcmy89
上传日期:2017-12-03
资源大小:2246k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Visual C++

  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/nsIDOMCDATASection.idl
  3.  */
  4. #ifndef __gen_nsIDOMCDATASection_h__
  5. #define __gen_nsIDOMCDATASection_h__
  6. #ifndef __gen_nsIDOMText_h__
  7. #include "nsIDOMText.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:    nsIDOMCDATASection */
  14. #define NS_IDOMCDATASECTION_IID_STR "a6cf9071-15b3-11d2-932e-00805f8add32"
  15. #define NS_IDOMCDATASECTION_IID 
  16.   {0xa6cf9071, 0x15b3, 0x11d2, 
  17.     { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 }}
  18. class NS_NO_VTABLE nsIDOMCDATASection : public nsIDOMText {
  19.  public: 
  20.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IDOMCDATASECTION_IID)
  21. };
  22. /* Use this macro when declaring classes that implement this interface. */
  23. #define NS_DECL_NSIDOMCDATASECTION 
  24.   /* no methods! */
  25. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  26. #define NS_FORWARD_NSIDOMCDATASECTION(_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_NSIDOMCDATASECTION(_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 nsDOMCDATASection : public nsIDOMCDATASection
  35. {
  36. public:
  37.   NS_DECL_ISUPPORTS
  38.   NS_DECL_NSIDOMCDATASECTION
  39.   nsDOMCDATASection();
  40. private:
  41.   ~nsDOMCDATASection();
  42. protected:
  43.   /* additional members */
  44. };
  45. /* Implementation file */
  46. NS_IMPL_ISUPPORTS1(nsDOMCDATASection, nsIDOMCDATASection)
  47. nsDOMCDATASection::nsDOMCDATASection()
  48. {
  49.   /* member initializers and constructor code */
  50. }
  51. nsDOMCDATASection::~nsDOMCDATASection()
  52. {
  53.   /* destructor code */
  54. }
  55. /* End of implementation class template. */
  56. #endif
  57. #endif /* __gen_nsIDOMCDATASection_h__ */