Add a comparison helper class for ResourceAttributes::Value
authorcoderhyme <jhyo.kim@samsung.com>
Fri, 24 Jul 2015 13:10:39 +0000 (22:10 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 24 Jul 2015 18:03:10 +0000 (18:03 +0000)
commit8b0f3f325575e98677cc32e2b99fdf462cee9c3b
tree86b2661fcfd04efebb00d2407a0f4c3879921536
parent32070f719223472b512c3cc3eefd959ca3b27d1d
Add a comparison helper class for ResourceAttributes::Value

The hepler class is needed to avoid implicitly converting and comparing raw values,
because ResourceAttributes::Value has implicit constructors to make it easy to use.

Change-Id: Ie72524d9000f930e01e63b0f0e0384295ed4f41d
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1890
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-encapsulation/include/ResourceAttributes.h
service/resource-encapsulation/src/common/primitiveResource/src/ResourceAttributes.cpp
service/resource-encapsulation/src/serverBuilder/SConscript
service/resource-encapsulation/unittests/ResourceClient_Test.cpp