

Public Member Functions | |
| virtual void | setParent (LLPanelLogin *parentIn) |
| virtual void | result (const LLSD &content) |
| virtual void | error (U32 status, const std::string &reason) |
Static Public Member Functions | |
| static boost::intrusive_ptr < LLIamHereLogin > | build (LLPanelLogin *parent) |
Private Member Functions | |
| LLIamHereLogin (LLPanelLogin *parent) | |
Private Attributes | |
| LLPanelLogin * | mParent |
Definition at line 280 of file llpanellogin.cpp.
| LLIamHereLogin::LLIamHereLogin | ( | LLPanelLogin * | parent | ) | [inline, private] |
Definition at line 283 of file llpanellogin.cpp.
| static boost::intrusive_ptr< LLIamHereLogin > LLIamHereLogin::build | ( | LLPanelLogin * | parent | ) | [inline, static] |
Definition at line 290 of file llpanellogin.cpp.
Referenced by LLPanelLogin::LLPanelLogin().

| virtual void LLIamHereLogin::setParent | ( | LLPanelLogin * | parentIn | ) | [inline, virtual] |
Definition at line 295 of file llpanellogin.cpp.
| virtual void LLIamHereLogin::result | ( | const LLSD & | content | ) | [inline, virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 300 of file llpanellogin.cpp.
References LLPanelLogin::setSiteIsAlive().

| virtual void LLIamHereLogin::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) | [inline, virtual] |
LLPanelLogin* LLIamHereLogin::mParent [private] |
Definition at line 287 of file llpanellogin.cpp.
1.5.5