home *** CD-ROM | disk | FTP | other *** search
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <native.h>
- /* Header for class sun_tools_debug_LineNumber */
-
- #ifndef _Included_sun_tools_debug_LineNumber
- #define _Included_sun_tools_debug_LineNumber
- struct Hjava_lang_Thread;
- struct Hjava_lang_Class;
-
- #pragma pack(4)
-
- typedef struct Classsun_tools_debug_LineNumber {
- struct Hjava_lang_Thread *thread;
- struct Hjava_lang_Class *clazz;
- long line_number;
- long startPC;
- long endPC;
- } Classsun_tools_debug_LineNumber;
- HandleTo(sun_tools_debug_LineNumber);
-
- #pragma pack()
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif
-