

Public Member Functions | |
| LLMimeDiscoveryResponder () | |
| virtual void | completedHeader (U32 status, const std::string &reason, const LLSD &content) |
| virtual void | error (U32 status, const std::string &reason) |
| void | completeAny (U32 status, const std::string &mime_type) |
Definition at line 58 of file llviewerparcelmedia.cpp.
| LLMimeDiscoveryResponder::LLMimeDiscoveryResponder | ( | ) | [inline] |
Definition at line 61 of file llviewerparcelmedia.cpp.
| virtual void LLMimeDiscoveryResponder::completedHeader | ( | U32 | status, | |
| const std::string & | reason, | |||
| const LLSD & | content | |||
| ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 66 of file llviewerparcelmedia.cpp.
References LLSD::asString(), and completeAny().

| virtual void LLMimeDiscoveryResponder::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 74 of file llviewerparcelmedia.cpp.
References completeAny().

| void LLMimeDiscoveryResponder::completeAny | ( | U32 | status, | |
| const std::string & | mime_type | |||
| ) | [inline] |
Definition at line 79 of file llviewerparcelmedia.cpp.
References LLViewerMedia::setMimeType().
Referenced by completedHeader(), and error().


1.5.5