X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Faccessibility-manager%2Faccessibility-manager.h;h=e3903e38ab09b98e5f908f125c027d861aebd719;hb=1e54452e276818eb0710853eac12390b36b31821;hp=4a1c1486521d32bf3b643d4606f82a7658b4a632;hpb=8e7cfd0c114bf778287cc6e67d0f42f3c866e205;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/accessibility-manager/accessibility-manager.h b/dali-toolkit/public-api/accessibility-manager/accessibility-manager.h old mode 100644 new mode 100755 index 4a1c148..e3903e3 --- a/dali-toolkit/public-api/accessibility-manager/accessibility-manager.h +++ b/dali-toolkit/public-api/accessibility-manager/accessibility-manager.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_ACCESSIBILITY_MANAGER_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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 { @@ -55,7 +58,7 @@ class AccessibilityManager; * | focusedActorActivated | @ref FocusedActorActivatedSignal() | * @SINCE_1_0.0 */ -class DALI_IMPORT_API AccessibilityManager : public BaseHandle +class DALI_TOOLKIT_API AccessibilityManager : public BaseHandle { public: @@ -722,7 +725,7 @@ public: /** * @brief This is emitted when accessibility action is received to focus and read from the - * first item on the top continously (by three fingers single tap). + * first item on the top continuously (by three fingers single tap). * * A callback of the following type may be connected: * @code @@ -735,7 +738,7 @@ public: /** * @brief This is emitted when accessibility action is received to move the focus to and - * read from the next item continously (by three fingers double tap). + * read from the next item continuously (by three fingers double tap). * * A callback of the following type may be connected: * @code