Installer Jobs list clean up
authorRafal Bednarski <r.bednarski@samsung.com>
Wed, 29 May 2013 11:58:01 +0000 (13:58 +0200)
committerGerrit Code Review <gerrit2@kim11>
Thu, 6 Jun 2013 11:58:22 +0000 (20:58 +0900)
commitaffe7a1e47c2835687db44f4115e827110e09eab
tree4a35ccd5dc8b011027df88b63a6f56db830ab784
parent14d0f7292bcd3fb3a6f689c8b20871aece390444
Installer Jobs list clean up

[Issue#] N/A
[Problem] wrt-installer cannot be used to install/uninstall
    multiple widgets at once. Because of that,
    InstallerLogic does not need to use the Jobs container
    for the jobs.
    InstallerLogic can run/use just one job at given time.
[Cause] N/A
[Solution] container is exchanged for a single pointer
    value that holds the job.
[Verification]  Verification should contain:
    running wrt-installer -p (plugins installation)
    installing, deinstalling, update widgets
    installing invalid widget (that should
    not be installed)

Change-Id: Ib738f61551c5fb39085b6c972b152c9515c9711f
src/logic/installer_logic.cpp
src/logic/installer_logic.h