X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwrt-installer%2Fwrt-installer.h;h=9cd01736ce183c87a747eb859b74ee972a2831bd;hb=0f4e813cbff0f217521b631fc36545902b97a305;hp=890f42d9613a4b29c2d3d2ab0f7d3fc3bc30565a;hpb=6968e50023433c444504b22ca0be313b6965722a;p=framework%2Fweb%2Fwrt-installer.git diff --git a/src/wrt-installer/wrt-installer.h b/src/wrt-installer/wrt-installer.h index 890f42d..9cd0173 100644 --- a/src/wrt-installer/wrt-installer.h +++ b/src/wrt-installer/wrt-installer.h @@ -60,22 +60,6 @@ class WrtInstaller : int getReturnStatus() const; - class InstallerPopup - { - public: - InstallerPopup(); - virtual ~InstallerPopup(); - - void init(); - Evas_Object* createWin(const char* name); - void showPopup(void* userdata, const DPL::String& pkgMsg, - ShowResultCallback callback); - - Evas_Object* m_win; - Evas_Object* m_popup; - Evas_Object* m_progressbar; - }; - protected: virtual void OnStop(); virtual void OnCreate(); @@ -137,10 +121,9 @@ class WrtInstaller : int m_returnStatus; bool m_installByPkgmgr; bool m_quiet; - InstallerPopup *m_popup; bool m_startupPluginInstallation; typedef std::list PluginPathList; DPL::Optional m_pluginsPaths; }; -#endif // WRT_INSTALLER_H \ No newline at end of file +#endif // WRT_INSTALLER_H