| 1 | /* DO NOT EDIT THIS FILE - it is machine generated */ |
| 2 | #include <jni.h> |
| 3 | /* Header for class sun_nio_ch_UnixAsynchronousSocketChannelImpl */ |
| 4 | |
| 5 | #ifndef _Included_sun_nio_ch_UnixAsynchronousSocketChannelImpl |
| 6 | #define _Included_sun_nio_ch_UnixAsynchronousSocketChannelImpl |
| 7 | #ifdef __cplusplus |
| 8 | extern "C" { |
| 9 | #endif |
| 10 | #undef sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_UNINITIALIZED |
| 11 | #define sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_UNINITIALIZED -1L |
| 12 | #undef sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_UNCONNECTED |
| 13 | #define sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_UNCONNECTED 0L |
| 14 | #undef sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_PENDING |
| 15 | #define sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_PENDING 1L |
| 16 | #undef sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_CONNECTED |
| 17 | #define sun_nio_ch_UnixAsynchronousSocketChannelImpl_ST_CONNECTED 2L |
| 18 | /* |
| 19 | * Class: sun_nio_ch_UnixAsynchronousSocketChannelImpl |
| 20 | * Method: checkConnect |
| 21 | * Signature: (I)V |
| 22 | */ |
| 23 | JNIEXPORT void JNICALL Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect |
| 24 | (JNIEnv *, jclass, jint); |
| 25 | |
| 26 | #ifdef __cplusplus |
| 27 | } |
| 28 | #endif |
| 29 | #endif |
| 30 | |