Merge branch 'tizen_3.0' into tizen
[platform/core/uifw/inputdelegator.git] / inc / SttManager.h
index 8e9f538..8b76f5e 100755 (executable)
@@ -30,14 +30,12 @@ namespace is {
 namespace stt {
 
 class SttException : public std::runtime_error {
-
        public :
                SttException(int code, const char *reason)
                        : std::runtime_error(reason)
                        , ecode(code) { };
 
                int GetEcode() {
-
                        return ecode;
                };
 
@@ -211,7 +209,6 @@ class SttManager
                const char *ErrorString(int ecode);
 
                stt_state_e GetCurrent(void) {
-
                        stt_state_e cur;
                        stt_get_state(handle, &cur);
 
@@ -224,6 +221,7 @@ class SttManager
                static void PrintErrorState(stt_error_e reason);
                static void PrintState(stt_state_e previous, stt_state_e current);
                static void PrintResultState(stt_result_event_e result_type);
+               static void ReleaseSoundFocus();
 };
 
 }} /** end of is::stt */