Imported Upstream version 1.0.1
[platform/upstream/iotivity.git] / service / simulator / java / jni / simulator_remote_resource_jni.h
index 50befef..b1fbecd 100644 (file)
@@ -73,6 +73,10 @@ JNIEXPORT void JNICALL
 Java_org_oic_simulator_clientcontroller_SimulatorRemoteResource_stopVerification
 (JNIEnv *env, jobject thiz, jint jId);
 
+JNIEXPORT void JNICALL
+Java_org_oic_simulator_clientcontroller_SimulatorRemoteResource_dispose
+(JNIEnv *, jobject);
+
 #ifdef __cplusplus
 }
 #endif