/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class javaservlets_nativeCode_HelloWorld */ #ifndef _Included_javaservlets_nativeCode_HelloWorld #define _Included_javaservlets_nativeCode_HelloWorld #ifdef __cplusplus extern "C" { #endif /* * Class: javaservlets_nativeCode_HelloWorld * Method: getMessage * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_javaservlets_nativeCode_HelloWorld_getMessage (JNIEnv *, jobject); /* * Class: javaservlets_nativeCode_HelloWorld * Method: printMessage * Signature: (Ljava/io/PrintWriter;)V */ JNIEXPORT void JNICALL Java_javaservlets_nativeCode_HelloWorld_printMessage (JNIEnv *, jobject, jobject); #ifdef __cplusplus } #endif #endif