diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-03-11 14:41:12 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-03-11 14:41:12 -0700 |
commit | 1f177d837c51c0b5751204ffbd39c5e1e7a51212 (patch) | |
tree | ffc32920c90b0293fc8afcf047149252d101d5ca /indra/newview/llvoiceclient.h | |
parent | d67a3022d3a9432f279768371b27ea5322315905 (diff) |
fixup tabs
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 46dd325e21..02f73cde7a 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -96,10 +96,10 @@ public: struct LLVoiceVersionInfo { std::string voiceServerType; - std::string internalVoiceServerType; - int majorVersion; - int minorVersion; - std::string serverVersion; + std::string internalVoiceServerType; + int majorVersion; + int minorVersion; + std::string serverVersion; std::string mBuildVersion; }; @@ -205,7 +205,7 @@ public: virtual bool inProximalChannel()=0; virtual void setNonSpatialChannel(const LLSD& channelInfo, - bool notify_on_first_join, + bool notify_on_first_join, bool hangup_on_last_leave)=0; virtual bool setSpatialChannel(const LLSD& channelInfo)=0; @@ -474,13 +474,13 @@ public: //@} void setSpatialVoiceModule(const std::string& voice_server_type); - void setNonSpatialVoiceModule(const std::string &voice_server_type); + void setNonSpatialVoiceModule(const std::string &voice_server_type); void userAuthorized(const std::string& user_id, const LLUUID &agentID); - void onRegionChanged(); - void onSimulatorFeaturesReceived(const LLUUID ®ion_id); + void onRegionChanged(); + void onSimulatorFeaturesReceived(const LLUUID ®ion_id); void addObserver(LLVoiceClientStatusObserver* observer); void removeObserver(LLVoiceClientStatusObserver* observer); |