

Public Member Functions | |
| virtual void | setParent (LLFloaterTOS *parentIn) |
| virtual void | result (const LLSD &content) |
| virtual void | error (U32 status, const std::string &reason) |
Static Public Member Functions | |
| static boost::intrusive_ptr < LLIamHere > | build (LLFloaterTOS *parent) |
Private Member Functions | |
| LLIamHere (LLFloaterTOS *parent) | |
Private Attributes | |
| LLFloaterTOS * | mParent |
Definition at line 87 of file llfloatertos.cpp.
| LLIamHere::LLIamHere | ( | LLFloaterTOS * | parent | ) | [inline, private] |
Definition at line 90 of file llfloatertos.cpp.
| static boost::intrusive_ptr< LLIamHere > LLIamHere::build | ( | LLFloaterTOS * | parent | ) | [inline, static] |
Definition at line 98 of file llfloatertos.cpp.
Referenced by LLFloaterTOS::postBuild().

| virtual void LLIamHere::setParent | ( | LLFloaterTOS * | parentIn | ) | [inline, virtual] |
Definition at line 103 of file llfloatertos.cpp.
| virtual void LLIamHere::result | ( | const LLSD & | content | ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 108 of file llfloatertos.cpp.
References LLFloaterTOS::setSiteIsAlive().

| virtual void LLIamHere::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) | [inline, virtual] |
LLFloaterTOS* LLIamHere::mParent [private] |
Definition at line 94 of file llfloatertos.cpp.
1.5.5