#include <llremoteparcelrequest.h>


Public Member Functions | |
| LLRemoteParcelRequestResponder (LLHandle< LLPanel > place_panel_handle) | |
| virtual void | result (const LLSD &content) |
| virtual void | error (U32 status, const std::string &reason) |
Protected Attributes | |
| LLHandle< LLPanel > | mPlacePanelHandle |
Definition at line 40 of file llremoteparcelrequest.h.
| void LLRemoteParcelRequestResponder::result | ( | const LLSD & | content | ) | [virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 52 of file llremoteparcelrequest.cpp.
References LLHandle< T >::get(), mPlacePanelHandle, and LLPanelPlace::setParcelID().

| void LLRemoteParcelRequestResponder::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) | [virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 66 of file llremoteparcelrequest.cpp.
References LLHandle< T >::get(), llendl, llinfos, mPlacePanelHandle, and LLPanelPlace::setErrorStatus().

Definition at line 50 of file llremoteparcelrequest.h.
Referenced by error(), LLRemoteParcelRequestResponder(), and result().
1.5.5