Add function to get error message
[platform/core/uifw/tts.git] / server / ttsd_dbus.h
old mode 100755 (executable)
new mode 100644 (file)
index 2862afd..4e95e17
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2012, 2013 Samsung Electronics Co., Ltd All Rights Reserved 
+*  Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved 
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
@@ -23,23 +23,16 @@ int ttsd_dbus_open_connection();
 
 int ttsd_dbus_close_connection();
 
-int ttsd_file_msg_open_connection(int pid);
-
-int ttsd_file_msg_close_connection(int pid);
-
 int ttsdc_send_hello(int pid, int uid);
 
 int ttsdc_send_utt_start_message(int pid, int uid, int uttid);
 
 int ttsdc_send_utt_finish_message(int pid, int uid, int uttid);
 
-int ttsdc_send_error_message(int pid, int uid, int uttid, int reason);
+int ttsdc_send_error_message(int pid, int uid, int uttid, int reason, char* err_msg);
 
 int ttsdc_send_set_state_message(int pid, int uid, int state);
 
-#if 0
-int ttsd_send_start_next_synthesis();
-#endif
 
 #ifdef __cplusplus
 }