X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Falignment%2Falignment.h;h=116f658c34732903c43565709866a8139f1d4531;hb=a645dd0d6b1199282c3950b9787b813ff1c28631;hp=48e2c8ebd7f07bb4da2233d397ae57f6a57b0ff7;hpb=552e2979540e0ae7c11b70c78ef02e182cccbe2c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/alignment/alignment.h b/dali-toolkit/public-api/controls/alignment/alignment.h index 48e2c8e..116f658 100644 --- a/dali-toolkit/public-api/controls/alignment/alignment.h +++ b/dali-toolkit/public-api/controls/alignment/alignment.h @@ -1,8 +1,8 @@ -#ifndef __DALI_ALIGNMENT_H__ -#define __DALI_ALIGNMENT_H__ +#ifndef DALI_ALIGNMENT_H +#define DALI_ALIGNMENT_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. @@ -46,7 +46,7 @@ class Alignment; * All actors added to an alignment are going to be set with the same anchor point and parent origin. And if the scaling property is set to a value * different than ScaleNone, constraints as well. */ -class DALI_IMPORT_API Alignment : public Control +class DALI_TOOLKIT_API Alignment : public Control { public: /** @@ -258,8 +258,9 @@ public: // Not intended for application developers /** * @} */ + } // namespace Toolkit } // namespace Dali -#endif // __DALI_TOOLKIT_LAYOUT_H__ +#endif // DALI_ALIGNMENT_H