From: ChaJiwon Date: Fri, 18 Sep 2015 08:24:41 +0000 (+0900) Subject: Adding scope to RCSDiscoveryTask X-Git-Tag: 1.2.0+RC1~1108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98a16daf384a7932d3f81242b962c4baf422851e;hp=f1019bad48cf4a6b9158b6f7b316a26d8aff1eae;p=platform%2Fupstream%2Fiotivity.git Adding scope to RCSDiscoveryTask - adding scope 'RCSDiscoveryManager' to RCSDiscoveryTask in resource-encapsulation sample client - modify DiscoveryTask name Change-Id: Id2140350a54e2f2089322a57a9307572fb8746cb Signed-off-by: ChaJiwon Reviewed-on: https://gerrit.iotivity.org/gerrit/2687 Reviewed-by: kwon doil Reviewed-by: Madan Lanka Tested-by: Madan Lanka --- diff --git a/service/resource-encapsulation/examples/linux/SampleResourceClient.cpp b/service/resource-encapsulation/examples/linux/SampleResourceClient.cpp index 55a41ff..58b6795 100644 --- a/service/resource-encapsulation/examples/linux/SampleResourceClient.cpp +++ b/service/resource-encapsulation/examples/linux/SampleResourceClient.cpp @@ -40,7 +40,7 @@ constexpr int QUIT_INPUT = 3; constexpr int REQUEST_TEMP = 1; constexpr int REQUEST_LIGHT = 2; -std::unique_ptr discoveryTask = nullptr; +std::unique_ptr discoveryTask = nullptr; std::shared_ptr resource; std::string defaultKey = "Temperature";