jawt.h | jawt.h | |||
---|---|---|---|---|
/* | /* | |||
* @(#)jawt.h 1.9 03/01/23 | * @(#)jawt.h 1.10 03/12/19 | |||
* | * | |||
* Copyright 2003 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | |||
*/ | */ | |||
#ifndef _JAVASOFT_JAWT_H_ | #ifndef _JAVASOFT_JAWT_H_ | |||
#define _JAVASOFT_JAWT_H_ | #define _JAVASOFT_JAWT_H_ | |||
#include "jni.h" | #include "jni.h" | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
jawt_md.h | jawt_md.h | |||
---|---|---|---|---|
/* | /* | |||
* @(#)jawt_md.h 1.10 03/01/23 | * @(#)jawt_md.h 1.11 03/12/19 | |||
* | * | |||
* Copyright 2003 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | |||
*/ | */ | |||
#ifndef _JAVASOFT_JAWT_MD_H_ | #ifndef _JAVASOFT_JAWT_MD_H_ | |||
#define _JAVASOFT_JAWT_MD_H_ | #define _JAVASOFT_JAWT_MD_H_ | |||
#include <X11/Xlib.h> | #include <X11/Xlib.h> | |||
#include <X11/Xutil.h> | #include <X11/Xutil.h> | |||
#include <X11/Intrinsic.h> | #include <X11/Intrinsic.h> | |||
#include "jawt.h" | #include "jawt.h" | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
jni.h | jni.h | |||
---|---|---|---|---|
/* | /* | |||
* @(#)jni.h 1.55 03/01/23 | * @(#)jni.h 1.56 03/12/19 | |||
* | * | |||
* Copyright 2003 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | |||
*/ | */ | |||
/* | /* | |||
* We used part of Netscape's Java Runtime Interface (JRI) as the starting | * We used part of Netscape's Java Runtime Interface (JRI) as the starting | |||
* point of our design and implementation. | * point of our design and implementation. | |||
*/ | */ | |||
/************************************************************************** **** | /************************************************************************** **** | |||
* Java Runtime Interface | * Java Runtime Interface | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
jni_md.h | jni_md.h | |||
---|---|---|---|---|
/* | /* | |||
* @(#)jni_md.h 1.17 03/01/23 | * @(#)jni_md.h 1.18 03/12/19 | |||
* | * | |||
* Copyright 2003 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | |||
*/ | */ | |||
#ifndef _JAVASOFT_JNI_MD_H_ | #ifndef _JAVASOFT_JNI_MD_H_ | |||
#define _JAVASOFT_JNI_MD_H_ | #define _JAVASOFT_JNI_MD_H_ | |||
#define JNIEXPORT | #define JNIEXPORT | |||
#define JNIIMPORT | #define JNIIMPORT | |||
#define JNICALL | #define JNICALL | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
jvmdi.h | jvmdi.h | |||
---|---|---|---|---|
/* | /* | |||
* @(#)jvmdi.h 1.47 03/01/23 | * @(#)jvmdi.h 1.48 03/12/19 | |||
* | * | |||
* Copyright 2003 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | |||
*/ | */ | |||
/* | /* | |||
* Java Virtual Machine Debug Interface | * Java Virtual Machine Debug Interface | |||
* | * | |||
* Defines debugging functionality that a VM should provide. | * Defines debugging functionality that a VM should provide. | |||
* | * | |||
* Should not overlap functionality in jni.h | * Should not overlap functionality in jni.h | |||
*/ | */ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
jvmpi.h | jvmpi.h | |||
---|---|---|---|---|
/* | /* | |||
* @(#)jvmpi.h 1.27 03/01/23 | * @(#)jvmpi.h 1.28 03/12/19 | |||
* | * | |||
* Copyright 2003 Sun Microsystems, Inc. All rights reserved. | * Copyright 2004 Sun Microsystems, Inc. All rights reserved. | |||
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. | |||
*/ | */ | |||
#ifndef _JAVASOFT_JVMPI_H_ | #ifndef _JAVASOFT_JVMPI_H_ | |||
#define _JAVASOFT_JVMPI_H_ | #define _JAVASOFT_JVMPI_H_ | |||
#include "jni.h" | #include "jni.h" | |||
#define JVMPI_VERSION_1 ((jint)0x10000001) /* implied 0 for minor versio n */ | #define JVMPI_VERSION_1 ((jint)0x10000001) /* implied 0 for minor versio n */ | |||
#define JVMPI_VERSION_1_1 ((jint)0x10000002) | #define JVMPI_VERSION_1_1 ((jint)0x10000002) | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||