X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Finternal%2Fjson-util.h;h=9121bcd80baf73227d0a1718e815eaf6f6a8662d;hb=7d2f20cb084ebba297e77b7b3847fb8cf19c0af5;hp=64a99cdb50f2992d00ddc9b6f6d726f56c17b853;hpb=ec1db95268e1cf8e8bd893027d45a19c64b32848;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/internal/json-util.h b/dali-scene-loader/internal/json-util.h index 64a99cd..9121bcd 100644 --- a/dali-scene-loader/internal/json-util.h +++ b/dali-scene-loader/internal/json-util.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_JSON_UTIL_H_ #define DALI_SCENE_LOADER_JSON_UTIL_H_ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -21,17 +21,16 @@ #include "dali-scene-loader/public-api/index.h" // EXTERNAL INCLUDES -#include "dali/public-api/common/vector-wrapper.h" +#include "dali-toolkit/devel-api/builder/tree-node.h" #include "dali/public-api/animation/time-period.h" -#include "dali/public-api/object/property.h" +#include "dali/public-api/common/vector-wrapper.h" #include "dali/public-api/math/vector4.h" -#include "dali-toolkit/devel-api/builder/tree-node.h" +#include "dali/public-api/object/property.h" namespace Dali { namespace SceneLoader { - bool ReadBool(const Toolkit::TreeNode* node, bool& num); bool ReadInt(const Toolkit::TreeNode* node, int& num); @@ -89,7 +88,7 @@ Property::Value ReadPropertyValue(const Property::Type& propType, const Toolkit: */ Property::Value ReadPropertyValue(const Toolkit::TreeNode& tn); -} -} +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_JSON_UTIL_H_