Add asynchronous socket 24/27524/28
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 15 Sep 2014 09:42:42 +0000 (11:42 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 13 Oct 2014 17:12:45 +0000 (19:12 +0200)
commitedf3b9e805df58c39137ac1e50dfe17a47f6c844
tree1497b59fa7e014e0eae51a03ffc0bfd710472b9a
parent1dcea79f6b7f2880b32091a3f0a035e878fa0e94
Add asynchronous socket

Change-Id: I1ca062fee144b8244fba88ae3155096df043c61e
13 files changed:
src/admin/logic/Logic.cpp
src/admin/logic/Logic.h
src/client-async/CMakeLists.txt
src/client-async/sockets/SocketClientAsync.cpp [new file with mode: 0644]
src/client-async/sockets/SocketClientAsync.h [new file with mode: 0644]
src/client-common/exceptions/TryCatch.h
src/client/logic/Logic.cpp
src/client/logic/Logic.h
src/common/exceptions/NoMemoryException.h [moved from src/common/exceptions/ServerConnectionErrorException.h with 52% similarity]
src/common/sockets/Socket.cpp
src/common/sockets/Socket.h
src/common/sockets/SocketClient.cpp
src/common/sockets/SocketClient.h