X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-factory.h;h=49ed6d32c4813abcd318d73ae0049dda09790243;hp=db4825af263710b91f5782a57f9c4514c9e2fe82;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=8747c12ce2d714ea694401ee435e78de1fd0653e diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-factory.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-factory.h index db4825a..49ed6d3 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-factory.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-factory.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ITEM_FACTORY_H__ -#define __DALI_TOOLKIT_ITEM_FACTORY_H__ +#ifndef DALI_TOOLKIT_ITEM_FACTORY_H +#define DALI_TOOLKIT_ITEM_FACTORY_H /* - * Copyright (c) 2015 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,6 +21,9 @@ // EXTERNAL INCLUDES #include +// INTERNAL INCLUDES +#include + namespace Dali { @@ -47,7 +50,7 @@ public: * @brief Virtual destructor. * @SINCE_1_0.0 */ - DALI_EXPORT_API virtual ~ItemFactory() {}; + DALI_TOOLKIT_API virtual ~ItemFactory() {}; /** * @brief Queries the number of items available from the factory. @@ -95,4 +98,4 @@ public: } // namespace Dali -#endif // __DALI_TOOLKIT_ITEM_FACTORY_H__ +#endif // DALI_TOOLKIT_ITEM_FACTORY_H