summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-01-04 13:48:13 +0200
committerIgor Borovkov <iborovkov@productengine.com>2010-01-04 13:48:13 +0200
commited1eb29c7e329fa4de31fdad4272348059462d73 (patch)
tree28e64e5f28c3a459918550a5bd757d6ba6266ede /indra/newview/llvoiceclient.cpp
parent5eb4d0b219ed0dd9928ecbcfbffe19fbaa318f22 (diff)
implemented EXT-3642 Default mic states for voice calls
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index c2d26a1971..899cc35238 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -5883,6 +5883,10 @@ void LLVoiceClient::setPTTIsToggle(bool PTTIsToggle)
mPTTIsToggle = PTTIsToggle;
}
+bool LLVoiceClient::getPTTIsToggle()
+{
+ return mPTTIsToggle;
+}
void LLVoiceClient::setPTTKey(std::string &key)
{