Add DBusClient & IDBusClientListener 48/59648/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 17 Feb 2016 06:20:20 +0000 (15:20 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 17 Feb 2016 06:40:49 +0000 (15:40 +0900)
commit5157ba2821740c9f35cde42b4de8fe291a8c3f01
tree036367c376e93ec26062c98d2831d28602b97b38
parent634290125eb25fd511d98ba4f15e9074e08bfa0c
Add DBusClient & IDBusClientListener

They replace the former request_handler implemented in context-common.
Note that, request_handler is now just a wrapper between DBusClient and each API, thus it will be removed later.

Change-Id: If62abfbced70cb93ad8178796f7b70035e1ec2fc
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/DBusClient.cpp [new file with mode: 0644]
src/DBusClient.h [new file with mode: 0644]
src/IDBusClientListener.h [new file with mode: 0644]
src/context_history.cpp
src/context_trigger.cpp
src/request_handler.cpp [new file with mode: 0644]
src/request_handler.h [new file with mode: 0644]
src/rule_validator.cpp
testsuite/CMakeLists.txt