

| Public Member Functions | |
| URLResponder (LLTextureFetch *fetcher, const LLUUID &id) | |
| ~URLResponder () | |
| virtual void | error (U32 status, const std::string &reason) | 
| virtual void | result (const LLSD &content) | 
| Private Attributes | |
| LLTextureFetch * | mFetcher | 
| LLUUID | mID | 
Definition at line 59 of file lltexturefetch.cpp.
| LLTextureFetchWorker::URLResponder::URLResponder | ( | LLTextureFetch * | fetcher, | |
| const LLUUID & | id | |||
| ) |  [inline] | 
Definition at line 62 of file lltexturefetch.cpp.
| LLTextureFetchWorker::URLResponder::~URLResponder | ( | ) |  [inline] | 
Definition at line 66 of file lltexturefetch.cpp.
| virtual void LLTextureFetchWorker::URLResponder::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) |  [inline, virtual] | 
Reimplemented from LLHTTPClient::Responder.
Definition at line 69 of file lltexturefetch.cpp.
References LLTextureFetchWorker::callbackURLReceived(), LLTextureFetch::getWorker(), llendl, llinfos, LLTextureFetch::lockQueue(), mFetcher, mID, and LLTextureFetch::unlockQueue().
Reimplemented from LLHTTPClient::Responder.
Definition at line 80 of file lltexturefetch.cpp.
References LLTextureFetchWorker::callbackURLReceived(), LLTextureFetch::getWorker(), LLTextureFetch::lockQueue(), mFetcher, mID, and LLTextureFetch::unlockQueue().
 1.4.7
 1.4.7