X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fbuilder%2Fjson-parser.h;h=5cb59b4f9c172a236eb80184d10dd6f7db65e5b1;hb=90168515fb4b80ff64c068769420c0235a225d71;hp=05b8e80ca671916c4e02bf976d3d8fbaa207c0bd;hpb=a8bc013df97fad9f1cc2d95c37248464ac553e6e;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 05b8e80..5cb59b4 100644 --- a/dali-toolkit/devel-api/builder/json-parser.h +++ b/dali-toolkit/devel-api/builder/json-parser.h @@ -1,8 +1,8 @@ -#ifndef __DALI_JSON_PARSER_H__ -#define __DALI_JSON_PARSER_H__ +#ifndef DALI_JSON_PARSER_H +#define DALI_JSON_PARSER_H /* - * Copyright (c) 2015 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; @@ -41,10 +39,9 @@ class JsonParser; /* * Parses JSON */ -class DALI_IMPORT_API JsonParser : public BaseHandle +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__ +#endif // DALI_JSON_PARSER_H