r=edburns author=ashuk bug=28407 New native code for spec-compliant impl ported to solaris -- Ashu K. git-svn-id: svn://10.0.0.236/trunk@62342 18797224-902f-48f8-a5cc-f745e15eee43
46 lines
1.8 KiB
C
Executable File
46 lines
1.8 KiB
C
Executable File
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_mozilla_webclient_wrapper_0005fnative_NativeEventThread */
|
|
|
|
#ifndef _Included_org_mozilla_webclient_wrapper_0005fnative_NativeEventThread
|
|
#define _Included_org_mozilla_webclient_wrapper_0005fnative_NativeEventThread
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/* Inaccessible static: threadInitNumber */
|
|
/* Inaccessible static: stopThreadPermission */
|
|
#undef org_mozilla_webclient_wrapper_0005fnative_NativeEventThread_MIN_PRIORITY
|
|
#define org_mozilla_webclient_wrapper_0005fnative_NativeEventThread_MIN_PRIORITY 1L
|
|
#undef org_mozilla_webclient_wrapper_0005fnative_NativeEventThread_NORM_PRIORITY
|
|
#define org_mozilla_webclient_wrapper_0005fnative_NativeEventThread_NORM_PRIORITY 5L
|
|
#undef org_mozilla_webclient_wrapper_0005fnative_NativeEventThread_MAX_PRIORITY
|
|
#define org_mozilla_webclient_wrapper_0005fnative_NativeEventThread_MAX_PRIORITY 10L
|
|
/*
|
|
* Class: org_mozilla_webclient_wrapper_0005fnative_NativeEventThread
|
|
* Method: nativeAddListener
|
|
* Signature: (ILorg/mozilla/webclient/WebclientEventListener;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_NativeEventThread_nativeAddListener
|
|
(JNIEnv *, jobject, jint, jobject);
|
|
|
|
/*
|
|
* Class: org_mozilla_webclient_wrapper_0005fnative_NativeEventThread
|
|
* Method: nativeInitialize
|
|
* Signature: (I)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_NativeEventThread_nativeInitialize
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
/*
|
|
* Class: org_mozilla_webclient_wrapper_0005fnative_NativeEventThread
|
|
* Method: nativeProcessEvents
|
|
* Signature: (I)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_NativeEventThread_nativeProcessEvents
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|