Fixed issues in resource encapsulation
authorHabib Virji <habib.virji@samsung.com>
Mon, 12 Oct 2015 15:47:42 +0000 (16:47 +0100)
committerHabib Virji <habib.virji@samsung.com>
Fri, 16 Oct 2015 05:58:50 +0000 (05:58 +0000)
commit39b2daa3b8e45c310bd74698c953c69a51136ba3
treea00126ff8f6738e8d83621669ce23aac02eca2aa
parent3f4cf7d9793ec85f19c31641f490bf34a2e99b78
Fixed issues in resource encapsulation

Minor updates that results in compilation due to wrong type used in OIC_LOG_V.
Includes changing type in DataCache which compares unsigned int to int.

Change-Id: I20bb821c02510881251fefd6829fa71b233b863c
Signed-off-by: Habib Virji <habib.virji@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3821
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
service/resource-encapsulation/examples/linux/NestedAttributeServer.cpp
service/resource-encapsulation/examples/linux/SampleResourceServer.cpp
service/resource-encapsulation/src/resourceCache/include/DataCache.h
service/resource-encapsulation/src/resourceCache/src/DataCache.cpp
service/resource-encapsulation/src/resourceCache/unittests/DataCacheTest.cpp
service/resource-encapsulation/src/serverBuilder/src/RCSResourceObject.cpp