Add asynchronous client api 16/25416/15
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Thu, 31 Jul 2014 15:55:36 +0000 (17:55 +0200)
committerMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 11 Aug 2014 09:26:26 +0000 (11:26 +0200)
commitab73c19c44d7f4e6f4a25ba1243ce08af11c84c0
treeca98ac19fb21cf03704ea626c999f9525bc59231
parentc1e566ededb9aa086d2c6ab011519fb1df88ee0a
Add asynchronous client api

Change-Id: I76f4374a96a09f53dd4154a8049c42683fb39bf7
14 files changed:
CMakeLists.txt
build/CMakeLists.txt
build/cynara-client-async/CMakeLists.txt [new file with mode: 0644]
build/cynara-client-async/cynara-client-async.pc.in [new file with mode: 0644]
packaging/cynara.spec
packaging/libcynara-client-async.manifest [new file with mode: 0644]
src/CMakeLists.txt
src/client-async/CMakeLists.txt [new file with mode: 0644]
src/client-async/api/ApiInterface.h [new file with mode: 0644]
src/client-async/api/client-async-api.cpp [new file with mode: 0644]
src/client-async/logic/Logic.cpp [new file with mode: 0644]
src/client-async/logic/Logic.h [new file with mode: 0644]
src/include/CMakeLists.txt
src/include/cynara-client-async.h [new file with mode: 0644]