Merge branch 'devel/master' into tizen
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility-adaptor.h
old mode 100644 (file)
new mode 100755 (executable)
index 0fb3d7e..a8a5d75
@@ -2,7 +2,7 @@
 #define __DALI_ACCESSIBILITY_ADAPTOR_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.
@@ -22,6 +22,7 @@
 // EXTERNAL INCLUDES
 #include <dali/public-api/events/touch-event.h>
 #include <dali/public-api/object/base-handle.h>
+#include <dali/public-api/dali-adaptor-common.h>
 
 namespace Dali
 {
@@ -42,7 +43,7 @@ class TouchPoint;
  * @brief The AccessibilityAdaptor provides communication to the indicator and the accessibility manager interface (implemented in toolkit).
  *
  */
-class DALI_IMPORT_API AccessibilityAdaptor : public BaseHandle
+class DALI_ADAPTOR_API AccessibilityAdaptor : public BaseHandle
 {
 public:
 
@@ -280,7 +281,7 @@ public:
 
   /**
    * @brief Handle the accessibility action to move the focus to the first item on the top
-   * and read from the top item continously (by three fingers single tap).
+   * and read from the top item continuously (by three fingers single tap).
    *
    * @return Whether the action is performed successfully or not.
    */
@@ -288,7 +289,7 @@ public:
 
   /**
    * @brief Handle the accessibility action to move focus to and read from the next focusable
-   * actor continously (by three fingers double tap).
+   * actor continuously (by three fingers double tap).
    *
    * @return Whether the action is performed successfully or not.
    */