Implementation of JNI for deleting resource from RD
authorhyuna0213.jo <hyuna0213.jo@samsung.com>
Tue, 2 Aug 2016 09:10:47 +0000 (18:10 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Tue, 16 Aug 2016 11:08:27 +0000 (11:08 +0000)
commitea65e0ced7092a716f9b4d946d08dd2d6f2b662b
tree7b65ebb1b067c978443356e30cecb5775ebdfcc2
parente6f20ff11ffd7a5be76ed951e0bcb69ef73a13f1
Implementation of JNI for deleting resource from RD

Added JNI code for deleteResourceFromRD() of OCPlatform for converting
from Java to C++ and vice versa.

Change-Id: I7fb825817db4fbfc4734087222162e3b022e1f51
Signed-off-by: hyuna0213.jo <hyuna0213.jo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9925
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
android/android_api/base/jni/Android.mk
android/android_api/base/jni/JniOcPlatform.cpp
android/android_api/base/jni/JniOcPlatform.h
android/android_api/base/jni/JniOnDeleteResourceListener.cpp [new file with mode: 0644]
android/android_api/base/jni/JniOnDeleteResourceListener.h [new file with mode: 0644]
android/android_api/base/src/main/java/org/iotivity/base/OcPlatform.java