langtools/make/test/HelloWorld.gold.h
author alanb
Fri, 18 Jun 2010 16:16:51 +0100
changeset 5807 d34ed576e234
parent 10 06bc494ca11e
permissions -rw-r--r--
4981129: (dc) DatagramSocket created by DatagramChannel does not provide sender info Reviewed-by: chegar
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