X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fdevel-api%2Ffocus-manager%2Fkeyinput-focus-manager.h;h=e54f18f929a3a15ac70145410d3aa4e657923daf;hb=6d96d7c0b6a74a5fe927dcaa2d9b1fae932af08d;hp=31619907a15e8fe4aec304af2663c705241a102b;hpb=14d7745ee5464be56aaff3843c592b9bf45820f8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/focus-manager/keyinput-focus-manager.h b/dali-toolkit/devel-api/focus-manager/keyinput-focus-manager.h index 3161990..e54f18f 100644 --- a/dali-toolkit/devel-api/focus-manager/keyinput-focus-manager.h +++ b/dali-toolkit/devel-api/focus-manager/keyinput-focus-manager.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_KEYINPUT_FOCUS_MANAGER_H__ -#define __DALI_TOOLKIT_KEYINPUT_FOCUS_MANAGER_H__ +#ifndef DALI_TOOLKIT_KEYINPUT_FOCUS_MANAGER_H +#define DALI_TOOLKIT_KEYINPUT_FOCUS_MANAGER_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. @@ -45,7 +45,7 @@ class KeyInputFocusManager; * |----------------------|-----------------------------------| * | keyInputFocusChanged | @ref KeyInputFocusChangedSignal() | */ -class DALI_IMPORT_API KeyInputFocusManager : public BaseHandle +class DALI_TOOLKIT_API KeyInputFocusManager : public BaseHandle { public: @@ -123,4 +123,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_KEYINPUT_FOCUS_MANAGER_H__ +#endif // DALI_TOOLKIT_KEYINPUT_FOCUS_MANAGER_H