[Resource-Encapsulation] Splitted Resource Client to 2 files
authorJay Sharma <jay.sharma@samsung.com>
Sun, 26 Jul 2015 11:33:52 +0000 (17:03 +0530)
committerUze Choi <uzchoi@samsung.com>
Sun, 26 Jul 2015 13:53:30 +0000 (13:53 +0000)
commit6e1e91b8390632dc61b3a9a2d0c7d4217d64a4cd
tree59c48c6d43194a8c4fbe70481b18385f4da619a5
parent196a497a49e222f44f2314c8d877b3c87bccfea4
[Resource-Encapsulation] Splitted Resource Client to 2 files

- RCSDiscoveryManager and RCSRemoteResourceObject

Change-Id: Iccf1aae4100eba313127fad33dd2adb8bb6bec64
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1914
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Hun-je Yeon <hunje.yeon@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
12 files changed:
service/notification-manager/NotificationManager/src/HostingObject.h
service/notification-manager/NotificationManager/src/RequestObject.h
service/notification-manager/NotificationManager/src/ResourceHosting.cpp
service/notification-manager/NotificationManager/src/ResourceHosting.h
service/resource-encapsulation/SConscript
service/resource-encapsulation/examples/linux/SampleResourceClient.cpp
service/resource-encapsulation/include/RCSDiscoveryManager.h [new file with mode: 0644]
service/resource-encapsulation/include/RCSRemoteResourceObject.h [moved from service/resource-encapsulation/include/ResourceClient.h with 87% similarity]
service/resource-encapsulation/include/RCSResourceAttributes.h
service/resource-encapsulation/src/resourceClient/RCSDiscoveryManager.cpp [new file with mode: 0644]
service/resource-encapsulation/src/resourceClient/RCSRemoteResourceObject.cpp [moved from service/resource-encapsulation/src/ResourceClient.cpp with 59% similarity]
service/resource-encapsulation/unittests/ResourceClient_Test.cpp