Fix App-control Supports
[framework/web/wrt-commons.git] / modules / widget_dao / include / dpl / wrt-dao-rw / widget_dao.h
index 5f059db..0c37d51 100644 (file)
@@ -221,6 +221,12 @@ class WidgetDAO : public WidgetDAOReadOnly
             DPL::Optional<DbWidgetHandle>());
     static void unregisterWidgetInternal(
         const TizenAppId & tzAppId);
+
+    static void insertApplicationServiceInfo(DbWidgetHandle handle,
+                                             DPL::String src,
+                                             DPL::String operation,
+                                             DPL::String scheme,
+                                             DPL::String mime);
 };
 } // namespace WrtDB