[Tizen](ATSPI) squashed implementation
[platform/core/uifw/dali-adaptor.git] / dali / public-api / adaptor-framework / tts-player.h
old mode 100644 (file)
new mode 100755 (executable)
index 7412791..2251026
@@ -1,8 +1,8 @@
-#ifndef __DALI_TTS_PLAYER_H__
-#define __DALI_TTS_PLAYER_H__
+#ifndef DALI_TTS_PLAYER_H
+#define DALI_TTS_PLAYER_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,9 @@
 #include <dali/public-api/object/base-handle.h>
 #include <dali/public-api/signals/dali-signal.h>
 
+// INTERNAL INCLUDES
+#include <dali/public-api/dali-adaptor-common.h>
+
 namespace Dali
 {
 /**
@@ -39,9 +42,10 @@ class TtsPlayer;
 
 /**
  * @brief The Text-to-speech (TTS) Player.
+ * @deprecated Instead of this class use Dali::Accessibility::Say() method
  * @SINCE_1_0.0
  */
-class DALI_IMPORT_API TtsPlayer : public BaseHandle
+class DALI_ADAPTOR_API TtsPlayer : public BaseHandle
 {
 public: // ENUMs
 
@@ -184,4 +188,4 @@ public: // Not intended for application developers
  */
 } // namespace Dali
 
-#endif // __DALI_TTS_PLAYER_H__
+#endif // DALI_TTS_PLAYER_H