Delete ecore timer when quit ecore main loop
[platform/core/uifw/tts.git] / common / tts_defs.h
index 8b11f7c..32afeb7 100644 (file)
@@ -93,8 +93,9 @@ extern "C" {
 
 #define TTS_BASE_LANGUAGE              "en_US"
 
-#define TTS_RETRY_COUNT                5
-#define TTS_RETRY_MIN_COUNT    2
+#define TTS_RETRY_COUNT                        5
+#define TTS_RETRY_MIN_COUNT            2
+#define TTS_CONNECTION_RETRY_COUNT     10
 
 #define TTS_SPEED_MIN          1
 #define TTS_SPEED_NORMAL       8
@@ -116,6 +117,13 @@ extern "C" {
 
 #define TTS_ENGINE_DB_DEFAULT       "db/voice/tts/engine/default"
 
+
+/******************************************************************************************
+* Defines for log tag
+*******************************************************************************************/
+#define TAG_TTSCONFIG  "ttsconfig"
+
+
 #ifdef __cplusplus
 }
 #endif