make/test/HelloWorld.gold.h

Wed, 12 Mar 2014 14:12:10 -0700

author
katleman
date
Wed, 12 Mar 2014 14:12:10 -0700
changeset 2291
c6d0108aca9f
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8u20-b05 for changeset 27c08b9195d1

     1 /* DO NOT EDIT THIS FILE - it is machine generated */
     2 #include <jni.h>
     3 /* Header for class HelloWorld */
     5 #ifndef _Included_HelloWorld
     6 #define _Included_HelloWorld
     7 #ifdef __cplusplus
     8 extern "C" {
     9 #endif
    10 /*
    11  * Class:     HelloWorld
    12  * Method:    test
    13  * Signature: ()V
    14  */
    15 JNIEXPORT void JNICALL Java_HelloWorld_test
    16   (JNIEnv *, jobject);
    18 #ifdef __cplusplus
    19 }
    20 #endif
    21 #endif

mercurial