diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-02-07 13:22:28 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:37:09 -0800 |
commit | d0cf247c2af3fbbdd023afe7abac8b7d83f9f8b9 (patch) | |
tree | 031c152f5ca7fd82df29b5f78a716e260098a77b /indra/newview/llvoicechannel.h | |
parent | 90efc71ef9f0fa43d6b3b8d2ebc8bda1556b669f (diff) |
P2P checkpoint
Diffstat (limited to 'indra/newview/llvoicechannel.h')
-rw-r--r-- | indra/newview/llvoicechannel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h index 309c3eebdd..84ef3e7c08 100644 --- a/indra/newview/llvoicechannel.h +++ b/indra/newview/llvoicechannel.h @@ -144,7 +144,7 @@ private: class LLVoiceChannelGroup : public LLVoiceChannel { public: - LLVoiceChannelGroup(const LLUUID& session_id, const std::string& session_name); + LLVoiceChannelGroup(const LLUUID& session_id, const std::string& session_name, BOOL hangup_on_last_leave); /*virtual*/ void handleStatusChange(EStatusType status); /*virtual*/ void handleError(EStatusType status); @@ -163,6 +163,7 @@ private: U32 mRetries; BOOL mIsRetrying; + BOOL mHangupOnLastLeave; }; class LLVoiceChannelProximal : public LLVoiceChannel, public LLSingleton<LLVoiceChannelProximal> |