diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-06-30 19:19:09 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-06-30 19:19:09 +0300 |
commit | 5a10be34df879fb9ae659ed8eabf3db0751b2819 (patch) | |
tree | aedae9be518ab16c736889339aeb4f83d390fc52 /indra/newview/llvoicevivox.h | |
parent | 0c19b16266df155b4fc288c5e6671fe4382548f0 (diff) |
MAINT-142 Fixed Speak button remains enabled in case of SLVoice process termination
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 81e924e438..c7ce92fff5 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -623,6 +623,7 @@ private: bool startAndConnectSession(); bool endAndDisconnectSession(); + bool callbackEndDaemon(const LLSD& data); bool startAndLaunchDaemon(); bool provisionVoiceAccount(); bool establishVoiceConnection(); |