[Tizen](ATSPI) Fix Native TC fails
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility-adaptor.h
old mode 100644 (file)
new mode 100755 (executable)
index 7b81b56..251f591
@@ -1,8 +1,8 @@
-#ifndef __DALI_ACCESSIBILITY_ADAPTOR_H__
-#define __DALI_ACCESSIBILITY_ADAPTOR_H__
+#ifndef DALI_ACCESSIBILITY_ADAPTOR_H
+#define DALI_ACCESSIBILITY_ADAPTOR_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.
@@ -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
 {
@@ -39,10 +40,10 @@ class AccessibilityGestureHandler;
 class TouchPoint;
 
 /**
- * @brief The AccessibilityAdaptor provides communication to the indicator and the accessibility manager interface (implemented in toolkit).
+ * @brief The AccessibilityAdaptor provides communication to the accessibility manager interface (implemented in toolkit).
  *
  */
-class DALI_IMPORT_API AccessibilityAdaptor : public BaseHandle
+class DALI_ADAPTOR_API AccessibilityAdaptor : public BaseHandle
 {
 public:
 
@@ -303,14 +304,6 @@ public:
   bool HandleActionZoomEvent();
 
   /**
-   * @brief Handle the accessibility action to read the information in the indicator
-   * (by two fingers triple tap).
-   *
-   * @return Whether the action is performed successfully or not.
-   */
-  bool HandleActionReadIndicatorInformationEvent();
-
-  /**
    * @brief Handle the accessibility action to pause/resume the current speech
    * (by two fingers single tap).
    *
@@ -345,4 +338,4 @@ public: // Not intended for application developers
 
 } // namespace Dali
 
-#endif // __DALI_ACCESSIBILITY_ADAPTOR_H__
+#endif // DALI_ACCESSIBILITY_ADAPTOR_H