Add a skeleton of client API implementation 04/135804/13
authorPiotr Sawicki <p.sawicki2@partner.samsung.com>
Thu, 22 Jun 2017 11:53:56 +0000 (13:53 +0200)
committerPiotr Sawicki <p.sawicki2@partner.samsung.com>
Tue, 4 Jul 2017 11:25:31 +0000 (13:25 +0200)
commit8a238ff2cf08fb5bc2c7813eae61d91da4fa1d4b
treeb55d973ecc56ea514cca2a512fa16d37e108aa1f
parent4e1d505d63516b5c29f10f33ab94d79561267803
Add a skeleton of client API implementation

Change-Id: I067a35ae6b712c7f67076e30a29efdbf0ced6d79
13 files changed:
CMakeLists.txt
packaging/askuser-notification.spec
pkgconfig/CMakeLists.txt [new file with mode: 0644]
pkgconfig/askuser-notification-client/CMakeLists.txt [new file with mode: 0644]
pkgconfig/askuser-notification-client/askuser-notification-client.pc.in [new file with mode: 0644]
src/client/CMakeLists.txt [new file with mode: 0644]
src/client/api/ApiInterface.h [new file with mode: 0644]
src/client/api/askuser-notification-client.cpp [new file with mode: 0644]
src/client/impl/ApiInterfaceImpl.cpp [new file with mode: 0644]
src/client/impl/ApiInterfaceImpl.h [new file with mode: 0644]
src/client/impl/PopupCallbackClosure.h [new file with mode: 0644]
src/client/impl/StatusCallbackClosure.h [new file with mode: 0644]
src/client/include/askuser-notification-client.h [new file with mode: 0644]