Make notification backend sane again 71/99671/6
authorZofia Abramowska <z.abramowska@samsung.com>
Wed, 16 Nov 2016 14:54:15 +0000 (15:54 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 30 Nov 2016 13:42:16 +0000 (14:42 +0100)
commit8b5c0b301f62171e1a90836e801b69a32d999cfc
tree92ba962c30eec19fdd613fcdf7839b3479ae6ad6
parentc4d944349508e7480b7b55e2503b7b1d0b1452d5
Make notification backend sane again

Because notification backend used to be socket service
and backends were created per cynara request, many ugly
tricks had to be implemented. Now, thanks to notification
daemon being socket service, notification backend is back
to being proper socket client.

Change-Id: Iee61b79f16346844a2bc0d43c131bde0611ddfa6
13 files changed:
src/agent/CMakeLists.txt
src/agent/main/NotificationTalker.cpp [deleted file]
src/agent/main/NotificationTalker.h [deleted file]
src/agent/ui/FdNotifyObject.cpp [new file with mode: 0644]
src/agent/ui/FdNotifyObject.h [moved from src/common/types/Protocol.h with 56% similarity]
src/agent/ui/NotificationBackend.cpp
src/agent/ui/NotificationBackend.h
src/common/config/Path.cpp
src/common/config/Path.h
src/common/socket/Poll.h
test/CMakeLists.txt
test/daemon/.notificationTalker.cpp.swp [deleted file]
test/daemon/notificationTalker.cpp [deleted file]