Prepare client socket class for connecting cynara service
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Mon, 30 Jun 2014 07:58:18 +0000 (09:58 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 3 Jul 2014 12:19:10 +0000 (14:19 +0200)
commit3ad19618f81e22b6125baadaa381fa07d712b651
tree2e7cc7aec829539f3803a20a948a70cd65ecab15
parent2671ca4a92ea550e27f71c78302e6b87570ca3d4
Prepare client socket class for connecting cynara service

Class is based on implementation imported from security-server
in previous commit.

Change-Id: I77643de6ec7321d3f6af0b395e1b1e4bf06b3774
src/client/CMakeLists.txt
src/client/sockets/Socket.cpp [new file with mode: 0644]
src/client/sockets/Socket.h [new file with mode: 0644]
src/client/sockets/client-common.cpp [deleted file]
src/common/exceptions/ServerConnectionErrorException.h [new file with mode: 0644]