| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class java_net_InetAddressImplFactory */ |
| 4 | |
| 5 | #ifndef _Included_java_net_InetAddressImplFactory |
| 6 | #define _Included_java_net_InetAddressImplFactory |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | /* |
| 11 | * Class: java_net_InetAddressImplFactory |
| 12 | * Method: isIPv6Supported |
| 13 | * Signature: ()Z |
| 14 | */ |
| 15 | JNIEXPORT jboolean JNICALL Java_java_net_InetAddressImplFactory_isIPv6Supported |
| 16 | (JNIEnv *, jclass); |
| 17 | |
| 18 | #ifdef __cplusplus |
| 19 | } |
| 20 | #endif |
| 21 | #endif |
| 22 | |