nsrootidl.h 1014 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * DO NOT EDIT. THIS FILE IS GENERATED FROM c:/mozilla/xpcom/base/nsrootidl.idl
  3. */
  4. #ifndef __gen_nsrootidl_h__
  5. #define __gen_nsrootidl_h__
  6. /* For IDL files that don't want to include root IDL files. */
  7. #ifndef NS_NO_VTABLE
  8. #define NS_NO_VTABLE
  9. #endif
  10. #include "nscore.h"
  11. #include "prtime.h"
  12. /*
  13. * Forward declarations for new string types
  14. */
  15. class nsAString;
  16. class nsACString;
  17. /*
  18. * Start commenting out the C++ versions of the below in the output header
  19. */
  20. #if 0
  21. /**
  22. * Root idl declarations to be used by all.
  23. * @status FROZEN
  24. */
  25. typedef PRBool PRBool;
  26. typedef PRUint8 PRUint8;
  27. typedef PRUint16 PRUint16;
  28. typedef PRUint16 PRUnichar;
  29. typedef PRUint32 PRUint32;
  30. typedef PRUint64 PRUint64;
  31. typedef PRUint64 PRTime;
  32. typedef PRInt16 PRInt16;
  33. typedef PRInt32 PRInt32;
  34. typedef PRInt64 PRInt64;
  35. typedef PRUint32 nsrefcnt;
  36. typedef PRUint32 nsresult;
  37. typedef PRUint32 size_t;
  38. /*
  39. * End commenting out the C++ versions of the above in the output header
  40. */
  41. #endif
  42. #endif /* __gen_nsrootidl_h__ */