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