X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fbuilder%2Fjson-parser.h;h=5cb59b4f9c172a236eb80184d10dd6f7db65e5b1;hb=8bb92d7d1170f2ddf59da60bd3588be601ef8cd2;hp=b4ae41be093741707497b8b6c8522ec326e2f181;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/builder/json-parser.h b/dali-toolkit/devel-api/builder/json-parser.h index b4ae41b..5cb59b4 100644 --- a/dali-toolkit/devel-api/builder/json-parser.h +++ b/dali-toolkit/devel-api/builder/json-parser.h @@ -2,7 +2,7 @@ #define DALI_JSON_PARSER_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,20 +19,18 @@ */ // EXTERNAL INCLUDES -#include +#include #include #include -#include +#include // INTERNAL INCLUDES #include namespace Dali { - namespace Toolkit { - namespace Internal DALI_INTERNAL { class JsonParser; @@ -44,7 +42,6 @@ class JsonParser; class DALI_TOOLKIT_API JsonParser : public BaseHandle { public: - /* * Create new parser * @return JsonParser @@ -75,7 +72,7 @@ public: * @param[in] handle Handle to an object * @return A handle to a JsonParser or an uninitialized handle */ - static JsonParser DownCast( BaseHandle handle ); + static JsonParser DownCast(BaseHandle handle); /* * Parse the source and construct a node tree. @@ -133,7 +130,6 @@ public: void Write(std::ostream& output, int indent) const; public: // Not intended for application developers - /** * This constructor is used by Dali New() methods * @param [in] parser A pointer to a newly allocated Dali resource @@ -145,5 +141,4 @@ public: // Not intended for application developers } // namespace Dali - #endif // DALI_JSON_PARSER_H