

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 88 of file llvoiceclient.cpp.
| LLViewerVoiceAccountProvisionResponder::LLViewerVoiceAccountProvisionResponder | ( | int | retries | ) | [inline] |
| virtual void LLViewerVoiceAccountProvisionResponder::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 97 of file llvoiceclient.cpp.
References LLVoiceClient::giveUp(), mRetries, and LLVoiceClient::requestVoiceAccountProvision().

| virtual void LLViewerVoiceAccountProvisionResponder::result | ( | const LLSD & | content | ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 111 of file llvoiceclient.cpp.
References LLVoiceClient::login().

int LLViewerVoiceAccountProvisionResponder::mRetries [private] |
Definition at line 122 of file llvoiceclient.cpp.
Referenced by error(), and LLViewerVoiceAccountProvisionResponder().
1.5.5