

Public Member Functions | |
| HTTPGetResponder (LLTextureFetch *fetcher, const LLUUID &id) | |
| ~HTTPGetResponder () | |
| virtual void | completed (U32 status, const std::stringstream &content) |
Private Attributes | |
| LLTextureFetch * | mFetcher |
| LLUUID | mID |
Definition at line 95 of file lltexturefetch.cpp.
| LLTextureFetchWorker::HTTPGetResponder::HTTPGetResponder | ( | LLTextureFetch * | fetcher, | |
| const LLUUID & | id | |||
| ) | [inline] |
Definition at line 98 of file lltexturefetch.cpp.
| LLTextureFetchWorker::HTTPGetResponder::~HTTPGetResponder | ( | ) | [inline] |
Definition at line 102 of file lltexturefetch.cpp.
| virtual void LLTextureFetchWorker::HTTPGetResponder::completed | ( | U32 | status, | |
| const std::stringstream & | content | |||
| ) | [inline, virtual] |
The default implemetnation calls either: result(), or error()
Reimplemented from LLCurl::Responder.
Definition at line 105 of file lltexturefetch.cpp.
References LLTextureFetchWorker::callbackHttpGet(), LLTextureFetch::getWorker(), llendl, llinfos, LLTextureFetch::lockQueue(), mFetcher, mID, NULL, and LLTextureFetch::unlockQueue().
1.4.7