Inheritance diagram for LLHTTPFetchContent:
Public Member Functions | |
LLHTTPFetchContent (S32 id=0) | |
virtual void | error (U32 status, const std::string &reason) |
virtual void | result (const LLSD &content) |
Private Attributes | |
S32 | mID |
Definition at line 141 of file llfloaterproject.cpp.
LLHTTPFetchContent::LLHTTPFetchContent | ( | S32 | id = 0 |
) | [inline] |
Definition at line 144 of file llfloaterproject.cpp.
Reimplemented from LLHTTPClient::Responder.
Definition at line 153 of file llfloaterproject.cpp.
References LLSD::asString(), LLSD::beginArray(), LLSD::endArray(), gFloaterProject, LLSD::isArray(), llendl, llinfos, and LLFloaterNetwork2080::setWhiteboardText().
S32 LLHTTPFetchContent::mID [private] |
Definition at line 192 of file llfloaterproject.cpp.