Fix for resource type name of resource hosting.
authorjyong2.kim <jyong2.kim@samsung.com>
Tue, 29 Sep 2015 08:49:01 +0000 (17:49 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 29 Sep 2015 11:26:38 +0000 (11:26 +0000)
commitb8badfa76895c040479087fb37c81fc1186a18b6
tree1f68bc87f9b2ab47ca99391593db0fe3d6d010ae
parent244d7b436e11f8705c79165ba67d26d6db3b6d0a
Fix for resource type name of resource hosting.

resource type name is modified to follow naming convention.

Change-Id: I121bc75e627db58332778ff249f7f8fb512a23d2
Signed-off-by: jyong2.kim <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3257
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-hosting/SConscript
service/resource-hosting/SampleApp/android/SampleConsumer/src/com/example/sample/consumer/SampleConsumer.java
service/resource-hosting/SampleApp/android/SampleProviderApp/src/com/example/sample/provider/StringConstants.java
service/resource-hosting/SampleApp/linux/sampleConsumer/SampleConsumer.cpp
service/resource-hosting/SampleApp/linux/sampleProvider/SampleProvider.cpp
service/resource-hosting/SampleApp/linux/sampleResourceHosting/main.cpp
service/resource-hosting/SampleApp/tizen/NMSampleApp/src/main.cpp
service/resource-hosting/android/resource_hosting/jni/ResourceHosing_JNI.cpp
service/resource-hosting/include/Hosting.h [moved from service/resource-hosting/include/hosting.h with 100% similarity]
service/resource-hosting/src/Hosting.cpp [moved from service/resource-hosting/src/hosting.cpp with 98% similarity]
service/resource-hosting/src/ResourceHosting.cpp