aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llvoiceclient.cpp
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/newview/llvoiceclient.cpp')
-rw-r--r--linden/indra/newview/llvoiceclient.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp
index 3a74f16..f6f7ce7 100644
--- a/linden/indra/newview/llvoiceclient.cpp
+++ b/linden/indra/newview/llvoiceclient.cpp
@@ -3954,8 +3954,10 @@ void LLVoiceClient::notifyStatusObservers(LLVoiceClientStatusObserver::EStatusTy
3954 { 3954 {
3955 switch(mVivoxErrorStatusCode) 3955 switch(mVivoxErrorStatusCode)
3956 { 3956 {
3957 case 20713: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_FULL; break; 3957 case 20713: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_FULL; break;
3958 case 20714: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_LOCKED; break; 3958 case 20714: status = LLVoiceClientStatusObserver::ERROR_CHANNEL_LOCKED; break;
3959 case 20715: status = LLVoiceClientStatusObserver::ERROR_NOT_AVAILABLE;
3960 break;
3959 } 3961 }
3960 3962
3961 // Reset the error code to make sure it won't be reused later by accident. 3963 // Reset the error code to make sure it won't be reused later by accident.