Update wrt-installer_0.0.51
[framework/web/wrt-installer.git] / src / configuration_parser / widget_parser.h
old mode 100644 (file)
new mode 100755 (executable)
index 07d37c9..aeaab35
@@ -36,8 +36,6 @@
 namespace ConfigurationNamespace {
 static const DPL::String W3CWidgetNamespaceName =
     L"http://www.w3.org/ns/widgets";
-static const DPL::String JilWidgetNamespaceName =
-    L"http://www.jil.org/ns/widgets1.2";
 static const DPL::String WacWidgetNamespaceNameForLinkElement =
     L"http://wacapps.net/ns/widgets#";
 static const DPL::String WacWidgetNamespaceName =
@@ -77,9 +75,10 @@ class WidgetParser : public ElementParser
     ElementParserPtr OnAccessElement();
     ElementParserPtr OnFlashElement();
     ElementParserPtr OnLinkElement();
-    ElementParserPtr OnPkgnameElement();
     ElementParserPtr OnSettingElement();
     ElementParserPtr OnServiceElement();
+    ElementParserPtr OnApplicationElement();
+    ElementParserPtr OnSplashElement();
 
     virtual ActionFunc GetElementParser(const DPL::String& ns,
             const DPL::String& name);