Inotroducing std::string for pkgid, file_name, unpack_directory of 26/32626/2
authorPawel Sikorski <p.sikorski@samsung.com>
Fri, 19 Dec 2014 15:43:42 +0000 (16:43 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 22 Dec 2014 09:41:15 +0000 (10:41 +0100)
commit10c6fb440c69d4a2590822ebd5c82be710885aab
tree3fc095917419a296158140eb2bad16290d1134b5
parent5773cb72a0518106805b09cc18f9983b1dfbb881
Inotroducing std::string for pkgid, file_name, unpack_directory of
InstallerContext.
Thanks to that these fields are automatically alloacted/deallocated
(no need to call free in case of errors, in case of clean/undo steps, etc)

Additionally, "const char *" instead of "char *" in
* extractTo_u,
* unzip_u

Change-Id: Id16cbf1c7ece36024e197c07f6e05a149d8f1324
Signed-off-by: Pawel Sikorski <p.sikorski@samsung.com>
common/include/app_installer.h
common/include/context_installer.h
common/include/step_unzip.h
common/src/app_installer.cc
common/src/step/step_unzip.cc