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=ff86b16cfea5ce7394b313ee3449151e6de4f774;hb=982261bb2c86fbe87afc89deb1e24d272de02ae6;hpb=410125f32fcd135226a2a0a668b2855ea9e17a69 diff --git a/dali-toolkit/devel-api/direction-enums.h b/dali-toolkit/devel-api/direction-enums.h index ff86b16..7ae4b45 100644 --- a/dali-toolkit/devel-api/direction-enums.h +++ b/dali-toolkit/devel-api/direction-enums.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_H__ -#define __DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_H__ +#ifndef DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_H +#define DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_H /* - * Copyright (c) 2017 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,24 +18,21 @@ * */ - 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 } // namespace Dali -#endif // __DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_H__ +#endif // DALI_TOOLKIT_DEVEL_API_ALIGN_ENUMS_H