home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / inprise / JRUNTIME.Z / sun_tools_debug_LineNumber.h < prev    next >
C/C++ Source or Header  |  1998-05-08  |  656b  |  30 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_LineNumber */
  4.  
  5. #ifndef _Included_sun_tools_debug_LineNumber
  6. #define _Included_sun_tools_debug_LineNumber
  7. struct Hjava_lang_Thread;
  8. struct Hjava_lang_Class;
  9.  
  10. #pragma pack(4)
  11.  
  12. typedef struct Classsun_tools_debug_LineNumber {
  13.     struct Hjava_lang_Thread *thread;
  14.     struct Hjava_lang_Class *clazz;
  15.     long line_number;
  16.     long startPC;
  17.     long endPC;
  18. } Classsun_tools_debug_LineNumber;
  19. HandleTo(sun_tools_debug_LineNumber);
  20.  
  21. #pragma pack()
  22.  
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30.