[Tizen](ATSPI) Fix Native TC fails
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / accessibility-adaptor.h
index a8a5d75..251f591 100755 (executable)
@@ -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) 2018 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.
@@ -40,7 +40,7 @@ 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_ADAPTOR_API AccessibilityAdaptor : public BaseHandle
@@ -304,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).
    *
@@ -346,4 +338,4 @@ public: // Not intended for application developers
 
 } // namespace Dali
 
-#endif // __DALI_ACCESSIBILITY_ADAPTOR_H__
+#endif // DALI_ACCESSIBILITY_ADAPTOR_H