Code refactoring 12/86412/10
authorSangyoon Jang <s89.jang@samsung.com>
Thu, 1 Sep 2016 05:42:21 +0000 (14:42 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Mon, 10 Oct 2016 11:15:21 +0000 (20:15 +0900)
commitd2b218e6256ebee02626f1d6594c17dba958bb56
treea9c6eb49413576f785679a5ce7b803acc1c2d3b4
parentdc6befc5d70816e690f407bd8888a24f81bf4786
Code refactoring

- Rename comm_* -> pkgmgr_client_connection_*
- Simplify callback logic
- Move internal headers to source directory
- Remove unused files

Change-Id: I44e9211dddd27e00cc1b908733f0ccb71efc71d1
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
client/CMakeLists.txt
client/include/comm_client.h [deleted file]
client/include/package-manager.h
client/include/pkgmgr-dbinfo.h [deleted file]
client/src/comm_client_gdbus.c [deleted file]
client/src/pkgmgr.c
client/src/pkgmgr_client_connection.c [new file with mode: 0644]
client/src/pkgmgr_client_debug.h [moved from client/include/pkgmgr-debug.h with 94% similarity]
client/src/pkgmgr_client_internal.c [moved from client/src/pkgmgr-internal.c with 99% similarity]
client/src/pkgmgr_client_internal.h [moved from client/include/pkgmgr-internal.h with 68% similarity]