langtools/make/test/HelloWorld.gold.h
author xuelei
Sat, 28 Jul 2012 19:42:50 -0700
changeset 14212 faa4afc89a09
parent 10 06bc494ca11e
permissions -rw-r--r--
7186286: TLS implementation to better adhere to RFC Summary: also reviewed by Alexander Fomin <Alexander.Fomin@Oracle.COM>, Andrew Gross<Andrew.Gross@Oracle.COM>, Sean Coffey<Sean.Coffey@Oracle.COM> Reviewed-by: valeriep, wetmore

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class HelloWorld */

#ifndef _Included_HelloWorld
#define _Included_HelloWorld
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     HelloWorld
 * Method:    test
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_HelloWorld_test
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif