Switch askuser-notification to server from client 70/99670/7
authorZofia Abramowska <z.abramowska@samsung.com>
Wed, 16 Nov 2016 10:38:50 +0000 (11:38 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 30 Nov 2016 13:42:16 +0000 (14:42 +0100)
commitc4d944349508e7480b7b55e2503b7b1d0b1452d5
treea72fb97b414d2d8736129b4250ad43ae50bdffa4
parent41703f339abc0f13717d74294e89be3f48576a45
Switch askuser-notification to server from client

askuser-notification systemd services will work as socket servers
accepting requests to fetch user answer from popup.
New service is socket activated.
Socket and systemd unit are created per user instance.

This change is only partial. Switch of askuser notification
backend is required and will be provided with next commit.

Change-Id: I989312e36fd5aded2a8fdda52f4c72a745e35807
src/agent/notification-daemon/AskUserTalker.cpp
src/agent/notification-daemon/AskUserTalker.h
src/agent/notification-daemon/GuiRunner.cpp
src/agent/notification-daemon/GuiRunner.h
src/agent/notification-daemon/main.cpp
src/common/socket/Socket.cpp
src/common/socket/Socket.h