X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwrt-installer%2Fwrt-installer.h;h=59bcc907bfd0907cb321483e2f9def01f7a9bd7c;hb=bb6a49cba8cf075304d971b519809b1816bc53ad;hp=da75d42b3e1d62ede8b3068b31df944cd3a33e3a;hpb=4c3a03cc7892389de60114e3ef3afff627fe919a;p=framework%2Fweb%2Fwrt-installer.git diff --git a/src/wrt-installer/wrt-installer.h b/src/wrt-installer/wrt-installer.h index da75d42..59bcc90 100644 --- a/src/wrt-installer/wrt-installer.h +++ b/src/wrt-installer/wrt-installer.h @@ -29,6 +29,7 @@ #include #include #include +#include namespace WRTInstallerNS { //anonymous DECLARE_GENERIC_EVENT_0(QuitEvent) @@ -122,7 +123,7 @@ class WrtInstaller : // Private data std::shared_ptr pkgmgrSignalInterface; - WrtInstallMode m_installMode; + InstallMode m_installMode; std::string m_packagePath; std::string m_name; bool m_initialized;