b66bad40ee495a13c2c923ad445464cf570b7678
[contrib/iotivity.git] / resource / csdk / connectivity / src / ip_adapter / android / org_iotivity_jar_caipinterface.h
1 #include <jni.h>
2 /* Header for class org_iotivity_jar_caipinterface */
3
4 #ifndef _Included_org_iotivity_jar_caipinterface
5 #define _Included_org_iotivity_jar_caipinterface
6 #ifdef __cplusplus
7 extern "C"
8 {
9 #endif
10 /*
11  * Class:     org_iotivity_jar_caipinterface
12  * Method:    CAIPStateEnabled
13  * Signature: ()V
14  */
15 JNIEXPORT void JNICALL
16 Java_org_iotivity_jar_caipinterface_CAIPStateEnabled(JNIEnv *, jclass);
17
18 /*
19  * Class:     org_iotivity_jar_caipinterface
20  * Method:    CAIPStateDisabled
21  * Signature: ()V
22  */
23 JNIEXPORT
24 void JNICALL Java_org_iotivity_jar_caipinterface_CAIPStateDisabled
25 (JNIEnv *, jclass);
26
27 #ifdef __cplusplus
28 }
29 #endif
30 #endif