Modify Notification Manager for updating resource encapsulation
authorYounghyun Joo <yh_.joo@samsung.com>
Sat, 19 Sep 2015 06:26:32 +0000 (15:26 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Sat, 19 Sep 2015 07:24:47 +0000 (07:24 +0000)
commita465ba807d2be9201aeb133a70feb92a0a166724
tree22a3685ac722ae8fbdebe497252a9787284d46c0
parent624d4e25650d82ec593fabb3f83f4a430fa3387b
Modify Notification Manager for updating resource encapsulation

- Modify Notification Manager files
- Add UnitTest codes

Change-Id: I7b3ac0931a77935fc26a9c060a96200f13de27ca
Signed-off-by: Younghyun Joo <yh_.joo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2775
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
12 files changed:
service/notification-manager/NotificationManager/include/hosting.h
service/notification-manager/NotificationManager/src/HostingObject.cpp
service/notification-manager/NotificationManager/src/HostingObject.h
service/notification-manager/NotificationManager/src/RequestObject.cpp
service/notification-manager/NotificationManager/src/RequestObject.h
service/notification-manager/NotificationManager/src/ResourceHosting.cpp
service/notification-manager/NotificationManager/src/ResourceHosting.h
service/notification-manager/NotificationManager/src/unittest/RequestObjectUnitTest.cpp [new file with mode: 0644]
service/notification-manager/NotificationManager/src/unittest/ResourceEncapsulationTestSimulator.h [new file with mode: 0644]
service/notification-manager/NotificationManager/src/unittest/ResourceHostingTest.cpp [new file with mode: 0644]
service/notification-manager/NotificationManager/src/unittest/SConscript [new file with mode: 0644]
service/notification-manager/SConscript