Add APIs of cloud provisioning for Android and JNI layer
[platform/upstream/iotivity.git] / service / easy-setup / mediator / richsdk / android / jni / JniEsUtils.h
index 6b90f6b..7ae6390 100755 (executable)
@@ -47,9 +47,4 @@ void throwESException(JNIEnv *env, std::string reason);
 */
 OCConnectivityType  getOCConnectivityTypeFromInt(int connectivityType);
 
-/**
-* @brief Convert EasySetupState Enum Value to int
-*/
-//int convertNativeProvisionStateToInt(EasySetupState nativeState);
-
 #endif //__JNI_ES_UTILS_H_