21291
add on. git-svn-id: svn://10.0.0.236/trunk@55881 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
#include "org_mozilla_util_Debug.h"
|
||||
#include "org_mozilla_util_DebugPluglet.h"
|
||||
/*
|
||||
* Class: org_mozilla_util_Debug
|
||||
* Class: org_mozilla_util_DebugPluglet
|
||||
* Method: print
|
||||
* Signature: (Ljava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_org_mozilla_util_Debug_print
|
||||
JNIEXPORT void JNICALL Java_org_mozilla_util_DebugPluglet_print
|
||||
(JNIEnv *env, jclass, jstring jval) {
|
||||
jboolean iscopy = JNI_FALSE;
|
||||
const char* cvalue = env->GetStringUTFChars(jval, &iscopy);
|
||||
@@ -20,19 +20,19 @@
|
||||
*/
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class org_mozilla_util_Debug */
|
||||
/* Header for class org_mozilla_util_DebugPluglet */
|
||||
|
||||
#ifndef _Included_org_mozilla_util_Debug
|
||||
#define _Included_org_mozilla_util_Debug
|
||||
#ifndef _Included_org_mozilla_util_DebugPluglet
|
||||
#define _Included_org_mozilla_util_DebugPluglet
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: org_mozilla_util_Debug
|
||||
* Class: org_mozilla_util_DebugPluglet
|
||||
* Method: print
|
||||
* Signature: (Ljava/lang/String;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_org_mozilla_util_Debug_print
|
||||
JNIEXPORT void JNICALL Java_org_mozilla_util_DebugPluglet_print
|
||||
(JNIEnv *, jclass, jstring);
|
||||
|
||||
#ifdef __cplusplus
|
||||
Reference in New Issue
Block a user