X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftable-view%2Ftable-view.h;h=c73d8d05b321adef1c075db81e53832a51c16cb1;hp=9674dc939b11a387fc1af7987c6562cea50d20b8;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=fbb1f2f599b2fc1a54b327039ce6111f4b4ba4cf diff --git a/dali-toolkit/public-api/controls/table-view/table-view.h b/dali-toolkit/public-api/controls/table-view/table-view.h index 9674dc9..c73d8d0 100644 --- a/dali-toolkit/public-api/controls/table-view/table-view.h +++ b/dali-toolkit/public-api/controls/table-view/table-view.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TABLE_VIEW_H__ -#define __DALI_TOOLKIT_TABLE_VIEW_H__ +#ifndef DALI_TOOLKIT_TABLE_VIEW_H +#define DALI_TOOLKIT_TABLE_VIEW_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. @@ -83,7 +83,7 @@ class TableView; * @endcode * @SINCE_1_0.0 */ -class DALI_IMPORT_API TableView : public Control +class DALI_TOOLKIT_API TableView : public Control { public: @@ -541,4 +541,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_TABLE_VIEW_H__ +#endif // DALI_TOOLKIT_TABLE_VIEW_H