summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2010-04-19 12:52:43 -0700
committerRoxie Linden <roxie@lindenlab.com>2010-04-19 12:52:43 -0700
commit6823879c1ad2260e553bc6a641975ca478848f3b (patch)
treee1d52fee4f7df59e845abc0a30716837c2fb766a /indra/newview/llvoiceclient.cpp
parentd66c242fea8a846f087562d5ae2b32c50a3f5ef1 (diff)
CR Changes from Aimee
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index 35753178f7..9b311bbb81 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -385,11 +385,11 @@ void LLVoiceClient::callUser(const LLUUID &uuid)
if (mVoiceModule) mVoiceModule->callUser(uuid);
}
-bool LLVoiceClient::invitePending(std::string &channelHandle)
+bool LLVoiceClient::isValidChannel(std::string &session_handle)
{
if (mVoiceModule)
{
- return mVoiceModule->invitePending(channelHandle);
+ return mVoiceModule->isValidChannel(session_handle);
}
else
{