X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fenums.h;h=08c922f9370814356271f3170fa394b978efc7e1;hp=84b1176925972ac41ddd5f328a3b55d0bce2dd55;hb=a5d3dfece340236cd0b6c2ea98890e90b075c966;hpb=c1481543c3334342110f9a4635292d0eff1d15b7;ds=sidebyside diff --git a/dali-toolkit/public-api/enums.h b/dali-toolkit/public-api/enums.h index 84b1176..08c922f 100644 --- a/dali-toolkit/public-api/enums.h +++ b/dali-toolkit/public-api/enums.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_ENUMS_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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,7 +19,7 @@ */ // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -61,7 +61,7 @@ enum Type * @param[in] orientation The orientation * @return true if the orientation is vertical */ -DALI_IMPORT_API bool IsVertical(ControlOrientation::Type orientation); +DALI_TOOLKIT_API bool IsVertical(ControlOrientation::Type orientation); /** * @brief Queries whether an orientation is horizontal. @@ -70,7 +70,7 @@ DALI_IMPORT_API bool IsVertical(ControlOrientation::Type orientation); * @param[in] orientation The orientation * @return true if the orientation is horizontal */ -DALI_IMPORT_API bool IsHorizontal(ControlOrientation::Type orientation); +DALI_TOOLKIT_API bool IsHorizontal(ControlOrientation::Type orientation); /** * @}