aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:05 -0500
committerJacek Antonelli2008-08-15 23:45:05 -0500
commit3d17e02e604977d976cc303b332bda7cebf11a57 (patch)
tree06e3dd8dfa7e7c9d12e24efb9155d4343e77aa7b /linden/indra/newview/llvoiceclient.cpp
parentSecond Life viewer sources 1.18.1.2 (diff)
downloadmeta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.zip
meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.gz
meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.bz2
meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.xz
Second Life viewer sources 1.18.2.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoiceclient.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp
index 0bc42c6..8a0e0dd 100644
--- a/linden/indra/newview/llvoiceclient.cpp
+++ b/linden/indra/newview/llvoiceclient.cpp
@@ -1177,11 +1177,15 @@ const char *LLVoiceClientStatusObserver::status2string(LLVoiceClientStatusObserv
1177 1177
1178 switch(inStatus) 1178 switch(inStatus)
1179 { 1179 {
1180 CASE(STATUS_LOGIN_RETRY);
1181 CASE(STATUS_LOGGED_IN);
1180 CASE(STATUS_JOINING); 1182 CASE(STATUS_JOINING);
1181 CASE(STATUS_JOINED); 1183 CASE(STATUS_JOINED);
1182 CASE(STATUS_LEFT_CHANNEL); 1184 CASE(STATUS_LEFT_CHANNEL);
1185 CASE(BEGIN_ERROR_STATUS);
1183 CASE(ERROR_CHANNEL_FULL); 1186 CASE(ERROR_CHANNEL_FULL);
1184 CASE(ERROR_CHANNEL_LOCKED); 1187 CASE(ERROR_CHANNEL_LOCKED);
1188 CASE(ERROR_NOT_AVAILABLE);
1185 CASE(ERROR_UNKNOWN); 1189 CASE(ERROR_UNKNOWN);
1186 default: 1190 default:
1187 break; 1191 break;