diff options
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rwxr-xr-x | indra/newview/llvoicevivox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 62df3d6178..08257deb0d 100755 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -645,10 +645,12 @@ private: void voiceControlCoro(); bool startAndConnectSession(); + bool endAndDisconnectSession(); bool startAndLaunchDaemon(); bool provisionVoiceAccount(); bool establishVoiceConnection(); + bool breakVoiceConnection(bool wait); bool loginToVivox(); void logoutOfVivox(bool wait); bool retrieveVoiceFonts(); @@ -943,6 +945,7 @@ private: bool mIsLoggingIn; bool mIsLoggedIn; bool mIsProcessingChannels; + bool mIsCoroutineActive; LLEventMailDrop mVivoxPump; }; |