From 80f9c22aed31f173feb73d891a270cd4333cee6c Mon Sep 17 00:00:00 2001 From: Jihun Ha Date: Fri, 11 Mar 2016 10:48:28 +0900 Subject: [PATCH] Update a resource type of SceneMember resource 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 Reviewed-on: https://gerrit.iotivity.org/gerrit/5697 Reviewed-by: JungYong KIM Tested-by: jenkins-iotivity Reviewed-by: Uze Choi (cherry picked from commit 30a06e1d82cb7fb12035eb189746ef78ed8c1dae) Reviewed-on: https://gerrit.iotivity.org/gerrit/5711 --- service/scene-manager/src/SceneCommons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/scene-manager/src/SceneCommons.h b/service/scene-manager/src/SceneCommons.h index c2d5a37..f404bc1 100644 --- a/service/scene-manager/src/SceneCommons.h +++ b/service/scene-manager/src/SceneCommons.h @@ -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://"; -- 2.7.4