Public Member Functions | |
LLVoiceCallCapResponder (const LLUUID &session_id) | |
virtual void | error (U32 status, const std::string &reason) |
virtual void | result (const LLSD &content) |
Private Attributes | |
LLUUID | mSessionID |
Definition at line 178 of file llimpanel.cpp.
LLVoiceCallCapResponder::LLVoiceCallCapResponder | ( | const LLUUID & | session_id | ) | [inline] |
Definition at line 181 of file llimpanel.cpp.
Reimplemented from LLHTTPClient::Responder.
Definition at line 191 of file llimpanel.cpp.
References LLVoiceChannel::deactivate(), LLVoiceChannel::getChannelByID(), llendl, llwarns, and mSessionID.
Reimplemented from LLHTTPClient::Responder.
Definition at line 203 of file llimpanel.cpp.
References LLSD::beginMap(), LLSD::endMap(), LLVoiceChannel::getChannelByID(), llendl, llinfos, mSessionID, and LLVoiceChannel::setChannelInfo().
LLUUID LLVoiceCallCapResponder::mSessionID [private] |