home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
inprise
/
JRUNTIME.Z
/
java_net_ProtocolException.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-05-08
|
738b
|
29 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <native.h>
/* Header for class java_net_ProtocolException */
#ifndef _Included_java_net_ProtocolException
#define _Included_java_net_ProtocolException
struct Hjava_lang_Object;
struct Hjava_lang_String;
#pragma pack(4)
typedef struct Classjava_net_ProtocolException {
struct Hjava_lang_Object *backtrace;
struct Hjava_lang_String *detailMessage;
#undef java_net_ProtocolException_serialVersionUID
#define java_net_ProtocolException_serialVersionUID -3042686055658047285LL
} Classjava_net_ProtocolException;
HandleTo(java_net_ProtocolException);
#pragma pack()
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif