Public Member Functions | |
LLViewerVoiceAccountProvisionResponder (int retries) | |
virtual void | error (U32 status, const std::string &reason) |
virtual void | result (const LLSD &content) |
Private Attributes | |
int | mRetries |
Definition at line 89 of file llvoiceclient.cpp.
LLViewerVoiceAccountProvisionResponder::LLViewerVoiceAccountProvisionResponder | ( | int | retries | ) | [inline] |
virtual void LLViewerVoiceAccountProvisionResponder::error | ( | U32 | status, | |
const std::string & | reason | |||
) | [inline, virtual] |
Reimplemented from LLHTTPClient::Responder.
Definition at line 98 of file llvoiceclient.cpp.
References LLVoiceClient::giveUp(), gVoiceClient, mRetries, and LLVoiceClient::requestVoiceAccountProvision().
virtual void LLViewerVoiceAccountProvisionResponder::result | ( | const LLSD & | content | ) | [inline, virtual] |
Reimplemented from LLHTTPClient::Responder.
Definition at line 112 of file llvoiceclient.cpp.
References gVoiceClient, and LLVoiceClient::login().
int LLViewerVoiceAccountProvisionResponder::mRetries [private] |
Definition at line 123 of file llvoiceclient.cpp.
Referenced by error(), and LLViewerVoiceAccountProvisionResponder().