sensord: ipc: add ipc_server class 66/123166/1
authorkibak.yoon <kibak.yoon@samsung.com>
Wed, 5 Apr 2017 00:57:43 +0000 (09:57 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Wed, 5 Apr 2017 00:57:43 +0000 (09:57 +0900)
commit94b08af3a6ff275818e9e6104dc556d93d95e36a
treeaa691adcb606dfdd7512639b72333e8d8b995a35
parent141a78d2459788d2f51f4a99c5acd9a11258e2c7
sensord: ipc: add ipc_server class

- ipc_server class is a helper for server
- ipc_server class that makes it easy to bind/listen/accept a channel to use
  for server.
- it creates and bind/accepts socket/channel/channel_event_handler

Change-Id: If79e27a6babcf73126b56f65e750176a9ddd5c78
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/shared/accept_event_handler.cpp [new file with mode: 0644]
src/shared/accept_event_handler.h [new file with mode: 0644]
src/shared/ipc_server.cpp [new file with mode: 0644]
src/shared/ipc_server.h [new file with mode: 0644]