Give the package type as a AppInstaller object 05/34805/6
authorYoumin Ha <youmin.ha@samsung.com>
Tue, 3 Feb 2015 04:55:58 +0000 (13:55 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Mon, 23 Feb 2015 06:41:00 +0000 (15:41 +0900)
commit5aeb4312036cd5a1c9c15a93b1bbbc10eaf14831
tree444474f14a205b25ea255cb8d922e5849416b529
parent67267bb4e3ff49c6313fdb61c24bbc6dd617ebe7
Give the package type as a AppInstaller object

To send a start/end/progress DBUS signal, client needs to know the
package type as a string. This patch adds an argument package_type on
the AppInstaller constructor, and stores it into the ContextInstaller.

Change-Id: I18a7770dbb706a6ab72cce6010d348fda4d47137
src/common/app_installer.cc
src/common/app_installer.h
src/common/context_installer.cc
src/common/context_installer.h
src/wgt/wgt_backend.cc