X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fpage-turn-view%2Fpage-factory.h;h=4768b2100413eb537f825c7c7db60dc80a484ff0;hp=64432b4f5bbdefbad5a0ef3755d19e388813a141;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=babef00662186629afb90e87a37834ff9b5d997f diff --git a/dali-toolkit/devel-api/controls/page-turn-view/page-factory.h b/dali-toolkit/devel-api/controls/page-turn-view/page-factory.h index 64432b4..4768b21 100644 --- a/dali-toolkit/devel-api/controls/page-turn-view/page-factory.h +++ b/dali-toolkit/devel-api/controls/page-turn-view/page-factory.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_PAGE_FACTORY_H__ -#define __DALI_TOOLKIT_PAGE_FACTORY_H__ +#ifndef DALI_TOOLKIT_PAGE_FACTORY_H +#define DALI_TOOLKIT_PAGE_FACTORY_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,6 +21,9 @@ // EXTERNAL INCLUDES #include +// INTERNAL INCLUDES +#include + namespace Dali { @@ -33,7 +36,7 @@ namespace Toolkit * * @SINCE_1_1.4 */ -class DALI_IMPORT_API PageFactory +class DALI_TOOLKIT_API PageFactory { public: @@ -78,4 +81,4 @@ public: } // namespace Toolkit } // namespace Dali -#endif /* __DALI_TOOLKIT_PAGE_FACTORY_H__ */ +#endif /* DALI_TOOLKIT_PAGE_FACTORY_H */