Asynchronous API framework 37/29037/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 16 Sep 2014 07:52:27 +0000 (09:52 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 16 Oct 2014 15:10:21 +0000 (17:10 +0200)
commit806b399774793aa8a62469c021ca8e0421e1c7d0
treee6cffdf79b02d82ed686b01ab8f00c803310d477
parentbc990adca934a607a235916cd96ac63528dbd17e
Asynchronous API framework

Single API function implementation. Connection thread implementation. Request
structure added.

Change-Id: Ic823b8c1dcc713edda9273a5c5cbe7763182e150
13 files changed:
packaging/key-manager.spec
src/CMakeLists.txt
src/include/ckm/ckm-manager-async.h [new file with mode: 0644]
src/include/ckm/ckm-manager.h
src/manager/client-async/async-request.cpp [new file with mode: 0644]
src/manager/client-async/async-request.h [new file with mode: 0644]
src/manager/client-async/client-manager-async-impl.cpp [new file with mode: 0644]
src/manager/client-async/client-manager-async-impl.h [new file with mode: 0644]
src/manager/client-async/client-manager-async.cpp [new file with mode: 0644]
src/manager/client-async/connection-thread.cpp [new file with mode: 0644]
src/manager/client-async/connection-thread.h [new file with mode: 0644]
src/manager/common/descriptor-set.cpp
src/manager/common/descriptor-set.h