X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fwidget_dao%2Finclude%2Fdpl%2Fwrt-dao-ro%2Fplugin_dao_read_only.h;fp=modules_mobile%2Fwidget_dao%2Finclude%2Fdpl%2Fwrt-dao-ro%2Fplugin_dao_read_only.h;h=17816ade05b99a1f6377a7b1fef1846e56fe967f;hb=3a034abb4dca58ff0940687d8dd2b829ce2e226f;hp=3be2441743d85b82232c54c46c7b915bbec25ac7;hpb=58be0971049907f3166ce56a6ad509769565158f;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules_mobile/widget_dao/include/dpl/wrt-dao-ro/plugin_dao_read_only.h b/modules/widget_dao/include/dpl/wrt-dao-ro/plugin_dao_read_only.h similarity index 96% rename from modules_mobile/widget_dao/include/dpl/wrt-dao-ro/plugin_dao_read_only.h rename to modules/widget_dao/include/dpl/wrt-dao-ro/plugin_dao_read_only.h index 3be2441..17816ad 100644 --- a/modules_mobile/widget_dao/include/dpl/wrt-dao-ro/plugin_dao_read_only.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/plugin_dao_read_only.h @@ -23,6 +23,7 @@ #ifndef WRT_SRC_CONFIGURATION_PLUGIN_DAO_READ_ONLY_H_ #define WRT_SRC_CONFIGURATION_PLUGIN_DAO_READ_ONLY_H_ +#include #include #include #include @@ -71,7 +72,6 @@ class PluginDAOReadOnly DECLARE_EXCEPTION_TYPE(DPL::Exception, Base) DECLARE_EXCEPTION_TYPE(Base, DatabaseError) DECLARE_EXCEPTION_TYPE(Base, PluginNotExist) - DECLARE_EXCEPTION_TYPE(Base, PluginInstallationNotCompleted) }; public: @@ -104,7 +104,9 @@ class PluginDAOReadOnly PluginInstallationState getInstallationStatus() const; std::string getLibraryPath() const; std::string getLibraryName() const; + std::time_t getLibraryTimestamp() const; PluginHandleSetPtr getLibraryDependencies() const; + PluginHandleSetPtr getLibraryDependentPlugins() const; private: DbPluginHandle m_pluginHandle;