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

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_BreakpointQueue */
  4.  
  5. #ifndef _Included_sun_tools_debug_BreakpointQueue
  6. #define _Included_sun_tools_debug_BreakpointQueue
  7. struct Hjava_lang_Thread;
  8. struct Hsun_tools_debug_BreakpointQueue;
  9. struct Hjava_lang_Throwable;
  10.  
  11. #pragma pack(4)
  12.  
  13. typedef struct Classsun_tools_debug_BreakpointQueue {
  14.     long pc;
  15.     struct Hjava_lang_Thread *thread;
  16.     struct Hsun_tools_debug_BreakpointQueue *nextQ;
  17.     struct Hjava_lang_Throwable *exception;
  18.     long catch_pc;
  19.     /*boolean*/ long waiting_for_event;
  20. } Classsun_tools_debug_BreakpointQueue;
  21. HandleTo(sun_tools_debug_BreakpointQueue);
  22.  
  23. #pragma pack()
  24.  
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif
  32.