langtools/make/test/HelloWorld.gold.h
author henryjen
Wed, 02 Jul 2014 14:38:36 -0700
changeset 25833 054a597b18f8
parent 10 06bc494ca11e
permissions -rw-r--r--
8049109: Add @since 1.9 to new packages added in jaxp Reviewed-by: darcy, joehw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/* DO NOT EDIT THIS FILE - it is machine generated */
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
#include <jni.h>
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
/* Header for class HelloWorld */
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
#ifndef _Included_HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
#define _Included_HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
extern "C" {
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
/*
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
 * Class:     HelloWorld
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
 * Method:    test
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
 * Signature: ()V
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
 */
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
JNIEXPORT void JNICALL Java_HelloWorld_test
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
  (JNIEnv *, jobject);
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
}
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
#endif