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 >
Wrap
C/C++ Source or Header
|
1998-05-08
|
809b
|
32 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class sun_tools_debug_BreakpointQueue */
#ifndef _Included_sun_tools_debug_BreakpointQueue
#define _Included_sun_tools_debug_BreakpointQueue
struct Hjava_lang_Thread;
struct Hsun_tools_debug_BreakpointQueue;
struct Hjava_lang_Throwable;
#pragma pack(4)
typedef struct Classsun_tools_debug_BreakpointQueue {
long pc;
struct Hjava_lang_Thread *thread;
struct Hsun_tools_debug_BreakpointQueue *nextQ;
struct Hjava_lang_Throwable *exception;
long catch_pc;
/*boolean*/ long waiting_for_event;
} Classsun_tools_debug_BreakpointQueue;
HandleTo(sun_tools_debug_BreakpointQueue);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif