X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fbuilder%2Ftree-node.h;h=f99059d2b345ca3bc6798ac7f9e610b4071e4c2e;hb=41d36118a13932bcf1db39b780ac437fcda8aa08;hp=c63bf1fdbed54943f070f8b74899b3a1b02bb212;hpb=4ca1c56642540f3deff389fd3716d9c3fca86b9d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/builder/tree-node.h b/dali-toolkit/devel-api/builder/tree-node.h index c63bf1f..f99059d 100644 --- a/dali-toolkit/devel-api/builder/tree-node.h +++ b/dali-toolkit/devel-api/builder/tree-node.h @@ -1,8 +1,8 @@ -#ifndef __DALI_SCRIPT_TREE_NODE_H__ -#define __DALI_SCRIPT_TREE_NODE_H__ +#ifndef DALI_SCRIPT_TREE_NODE_H +#define DALI_SCRIPT_TREE_NODE_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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,7 +21,7 @@ // EXTERNAL INCLUDES #include // pair #include -#include +#include namespace Dali { @@ -42,7 +42,7 @@ class TreeNodeManipulator; * TreeNode does not own its string data which is held by a container eg JsonParser * Modification operations should be done through a container. */ -class DALI_IMPORT_API TreeNode +class DALI_TOOLKIT_API TreeNode { public: /* @@ -237,4 +237,4 @@ private: } // namespace Dali -#endif // __DALI_SCRIPT_TREE_NODE_H__ +#endif // DALI_SCRIPT_TREE_NODE_H