fixed bug for setValue in refreshAccessToken
authorJaewook Jung <jw0213.jung@samsung.com>
Wed, 17 Aug 2016 08:00:43 +0000 (17:00 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Mon, 22 Aug 2016 07:24:02 +0000 (07:24 +0000)
commit6f3d0d3e13f6a0466468c4cd00a1e44a46c541b5
tree562be2f69b14fc288f00b911ac0ee418ecaf3b0f
parent47a1c690202b53fe419ef47e2cd47a9d950f2d87
fixed bug for setValue in refreshAccessToken

Since OCRepresentation doesn't perceive a const string as std::string value,
need to clarify a type of parameter.
Otherwise, it is passed as a true boolean value whatever it is.

Change-Id: I3db677f6bdf59bf23036dc678781b35af95025e6
Signed-off-by: Jaewook Jung <jw0213.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10539
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
resource/src/OCAccountManager.cpp