Update a resource type of SceneMember resource
authorJihun Ha <jihun.ha@samsung.com>
Fri, 11 Mar 2016 01:48:28 +0000 (10:48 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 1 Apr 2016 04:51:56 +0000 (04:51 +0000)
The current public OIC spec.(v0.9.9) has introduced the resource type,
wrongly. It would be "oic.wk.scenemember".

Change-Id: I768c086f75f0bf281558e582cdee264ddc16709c
Signed-off-by: Jihun Ha <jihun.ha@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5697
Reviewed-by: JungYong KIM <jyong2.kim@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit 30a06e1d82cb7fb12035eb189746ef78ed8c1dae)
Reviewed-on: https://gerrit.iotivity.org/gerrit/5711

service/scene-manager/src/SceneCommons.h

index c2d5a37..f404bc1 100644 (file)
@@ -58,7 +58,7 @@ namespace OIC
         const std::string SCENE_KEY_CHILD = "child";
 
         const std::string SCENE_LIST_RT = "oic.wk.scenelist";
-        const std::string SCENE_MEMBER_RT = "oic.r.scenemember";
+        const std::string SCENE_MEMBER_RT = "oic.wk.scenemember";
         const std::string SCENE_COLLECTION_RT = "oic.wk.scenecollection";
 
         const std::string COAP_TAG = "coap://";