X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fconfiguration_parser%2Fwidget_parser.h;h=883a5fc95c052e68817f02c35af2d66586aa33be;hb=8e5b6f2a7f22ca80b21438dab5ce754fa8daf2e2;hp=4ee0c140aed0993fd709e28b1663de43115ae52c;hpb=cddf49526f6ae72951c20e53af3cf5aa7f6d0cc2;p=framework%2Fweb%2Fwrt-installer.git diff --git a/src/configuration_parser/widget_parser.h b/src/configuration_parser/widget_parser.h old mode 100755 new mode 100644 index 4ee0c14..883a5fc --- a/src/configuration_parser/widget_parser.h +++ b/src/configuration_parser/widget_parser.h @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /** +/** * This file have been implemented in compliance with W3C WARP SPEC. * but there are some patent issue between W3C WARP SPEC and APPLE. * so if you want to use this file, refer to the README file in root directory @@ -70,7 +70,6 @@ class WidgetParser : public ElementParser ElementParserPtr OnLicenseElement(); ElementParserPtr OnIconElement(); ElementParserPtr OnContentElement(); - ElementParserPtr OnFeatureElement(); ElementParserPtr OnPreferenceElement(); ElementParserPtr OnAccessElement(); ElementParserPtr OnLinkElement(); @@ -79,14 +78,15 @@ class WidgetParser : public ElementParser ElementParserPtr OnSplashElement(); ElementParserPtr OnBackgroundElement(); ElementParserPtr OnPrivilegeElement(); - ElementParserPtr OnAppServiceElement(); ElementParserPtr OnAppControlElement(); ElementParserPtr OnCategoryElement(); - ElementParserPtr OnLiveboxElement(); + ElementParserPtr OnAppWidgetElement(); ElementParserPtr OnCspElement(); + ElementParserPtr OnCspReportOnlyElement(); + ElementParserPtr OnAccountElement(); virtual ActionFunc GetElementParser(const DPL::String& ns, - const DPL::String& name); + const DPL::String& name); virtual void Accept(const Element&); virtual void Accept(const Text&);