Make SocketClient independent of specific protocol and path
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Wed, 2 Jul 2014 07:28:35 +0000 (09:28 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 3 Jul 2014 12:19:11 +0000 (14:19 +0200)
commit46390d326e6659323090c0043229e4461ee5ace4
tree55e4b8925671a2d1687f5df1aac1f5c81a90f44b
parent919aff64e5a7e8767a03e65d8935abade71928d2
Make SocketClient independent of specific protocol and path

Add protocol and socket path to SocketClient constructor.
Pass path to client socket and ProtocolClient object to
SocketClient in libcynara-client Logic class.

Change-Id: I45e991b8309616876248289558265e5df915012d
src/client/logic/Logic.cpp
src/client/sockets/SocketClient.cpp
src/client/sockets/SocketClient.h