test/tools/javah/6257087/foo_bar.h

Tue, 19 Feb 2013 00:31:45 -0800

author
darcy
date
Tue, 19 Feb 2013 00:31:45 -0800
changeset 1590
011cf7e0a148
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

8008267: Add @Supported annotation to com.sun.source types
Reviewed-by: jjg

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

mercurial