X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fdirection-enums.h;h=7ae4b45b21bd11bc3e6f26e1c833db4ad3645474;hp=d03979bbbca091b2e0250eed245f751d7b12e95e;hb=facc5c0abe18ba940652ae1a45ce0566ee76fd76;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7 diff --git a/dali-toolkit/devel-api/direction-enums.h b/dali-toolkit/devel-api/direction-enums.h index d03979b..7ae4b45 100644 --- a/dali-toolkit/devel-api/direction-enums.h +++ b/dali-toolkit/devel-api/direction-enums.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_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. @@ -18,20 +18,17 @@ * */ - namespace Dali { - namespace Toolkit { - namespace Direction { - enum Type - { - LEFT_TO_RIGHT = 0, - RIGHT_TO_LEFT - }; +enum Type +{ + LEFT_TO_RIGHT = 0, + RIGHT_TO_LEFT +}; } } // namespace Toolkit