Fix accessor types of channels methods 68/140068/2
authorZofia Abramowska <z.abramowska@samsung.com>
Fri, 21 Jul 2017 17:01:30 +0000 (19:01 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Mon, 24 Jul 2017 14:32:09 +0000 (16:32 +0200)
commit6b73b47d63b531105ed36a41ae5d31864ed16cda
tree513749442e6a256917c4287172d4567e19ef3aa6
parent235c84d24bfb8665c5d551402969a67ea394c388
Fix accessor types of channels methods

* Channel : move onAccept, onClose, onReceive, onSend to protected
* ServerChannel, ClientChannel : move above methods to private

Change-Id: If689984a5de7cc40fb6df4b8c6f79e3328664f3e
src/ipc/channel.h
src/ipc/client-channel.h
src/ipc/server-channel.h