X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcommon%2Futils%2Fmanifest_util.h;h=d29582febe3e42d1a36277e83f578aaa3df4eb40;hb=bc819e6bce3bc061383b27e476882aa3babb48c6;hp=e2f07ea35cc92368cbd12091e0cb2ab3b276b037;hpb=b04cf9b96466d8ff66692a8e5d84a440bc9366f3;p=platform%2Fcore%2Fappfw%2Fapp-installers.git diff --git a/src/common/utils/manifest_util.h b/src/common/utils/manifest_util.h index e2f07ea..d29582f 100644 --- a/src/common/utils/manifest_util.h +++ b/src/common/utils/manifest_util.h @@ -8,16 +8,17 @@ #include #include -#include +#include #include -namespace bf = boost::filesystem; +namespace fs = std::filesystem; + namespace common_installer { manifest_x* PkgmgrGenerateManifestInfoFromDB(const std::string& pkgid, uid_t uid); -bf::path GetManifestLocation(const std::string& pkgid, +fs::path GetManifestLocation(const std::string& pkgid, uid_t uid, bool is_readonly);