Implement: Notification Manager - Resource Hosting
authorminsuk1.choi <minsuk1.choi@samsung.com>
Fri, 20 Mar 2015 07:04:55 +0000 (16:04 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 20 Mar 2015 12:34:02 +0000 (12:34 +0000)
commitb2b63f7e67d2aeb3ce2a1d7ff2c4cdc81f3bcc74
tree72ab3340435057a4b402f88cdceb0e498136ef57
parentffbd1d0a5fdff066b7d7c1020aa5989efefb4958
Implement: Notification Manager - Resource Hosting

Problem: Not implemented
How: resource hosting feature added.

All review comments fixed.

Change-Id: I5e980f4c16519ba30a6c10313c50ab436fc99810
Signed-off-by: minsuk1.choi <minsuk1.choi@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/489
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
26 files changed:
service/SConscript
service/notification-manager/NotificationManager/include/HostingConfig.h [deleted file]
service/notification-manager/NotificationManager/include/HostingHandler.h [deleted file]
service/notification-manager/NotificationManager/include/HostingInterface.h [deleted file]
service/notification-manager/NotificationManager/include/NotificationManager.h [deleted file]
service/notification-manager/NotificationManager/include/OICPlatformConfig.h [deleted file]
service/notification-manager/NotificationManager/include/RegistrationManager.h [deleted file]
service/notification-manager/NotificationManager/include/ResourceManager.h [deleted file]
service/notification-manager/NotificationManager/include/VirtualRepresentation.h [deleted file]
service/notification-manager/NotificationManager/include/hosting.h [new file with mode: 0755]
service/notification-manager/NotificationManager/include/virtualResource.h [new file with mode: 0755]
service/notification-manager/NotificationManager/src/HostingHandler.cpp [deleted file]
service/notification-manager/NotificationManager/src/HostingInterface.cpp [deleted file]
service/notification-manager/NotificationManager/src/NotificationManager.cpp [deleted file]
service/notification-manager/NotificationManager/src/OICPlatformConfig.cpp [deleted file]
service/notification-manager/NotificationManager/src/RegistrationManager.cpp [deleted file]
service/notification-manager/NotificationManager/src/ResourceManager.cpp [deleted file]
service/notification-manager/NotificationManager/src/VirtualRepresentation.cpp [deleted file]
service/notification-manager/NotificationManager/src/hosting.c [new file with mode: 0755]
service/notification-manager/NotificationManager/src/linux/main.cpp [deleted file]
service/notification-manager/NotificationManager/src/virtualResource.c [new file with mode: 0644]
service/notification-manager/SConscript
service/notification-manager/SampleApp/linux/SConscript
service/notification-manager/SampleApp/linux/notificationManager/main.c [new file with mode: 0644]
service/notification-manager/SampleApp/linux/sampleConsumer/SampleConsumer.cpp
service/notification-manager/SampleApp/linux/sampleProvider/SampleProvider.cpp [changed mode: 0644->0755]