X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fwidget_dao%2Finclude%2Fdpl%2Fwrt-dao-rw%2Fglobal_dao.h;h=0beb0be4a782c3499e24fa4b92dc8f8efa68d823;hb=61b877bfd9f467e56e1380bfe894f209db7d6668;hp=51c9f38b60b742a3b568ee9d257176059d9e2187;hpb=45bf3bfbb061b87511ece6f50b1aa6c803844a65;p=framework%2Fweb%2Fwrt-commons.git diff --git a/modules/widget_dao/include/dpl/wrt-dao-rw/global_dao.h b/modules/widget_dao/include/dpl/wrt-dao-rw/global_dao.h index 51c9f38..0beb0be 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-rw/global_dao.h +++ b/modules/widget_dao/include/dpl/wrt-dao-rw/global_dao.h @@ -31,35 +31,6 @@ class GlobalDAO : public GlobalDAOReadOnly { public: /** - * Set new Parental mode status - */ - static void SetParentalMode(bool parental_status); - - /** - * Retrieve Parental mode maximal allowed age - * - * @return NULL if allowed age not set, else pointer value is allowed age - */ - static void SetParentalAllowedAge(const DPL::OptionalInt& age); - - static void AddCategoryRule( - const ChildProtection::PowderRules::CategoryRule& powder); - - static void RemoveCategoryRule( - const ChildProtection::PowderRules::CategoryRule& powder); - - static void UpdateCategoryRule( - const ChildProtection::PowderRules::CategoryRule& oldRule, - const ChildProtection::PowderRules::CategoryRule& newRule); - - static void AddAdultBlackListElement(const DPL::String &url); - - static void RemoveAdultBlackListElement(const DPL::String &url); - - static void UpdateAdultBlackList(const DPL::String &oldUrl, - const DPL::String &newUrl); - - /** * Add deffered widget packages to be installed */ static void AddDefferedWidgetPackageInstallation(const DPL::String &path); @@ -95,13 +66,6 @@ class GlobalDAO : public GlobalDAOReadOnly */ static void SetRoamingDataUsage(NetworkAccessMode newMode); - /** - * This method sets Autofill for Webkit - */ - static void SetAutoSaveIdPasswd( - const DPL::String &url, const AutoSaveData &saveData); - - private: GlobalDAO() {