#include <llclassifiedstatsresponder.h>


Public Member Functions | |
| LLClassifiedStatsResponder (LLHandle< LLView > classified_panel_handle, LLUUID classified_id) | |
| virtual void | result (const LLSD &content) |
| virtual void | error (U32 status, const std::string &reason) |
Protected Attributes | |
| LLHandle< LLView > | mClassifiedPanelHandle |
| LLUUID | mClassifiedID |
Definition at line 39 of file llclassifiedstatsresponder.h.
| LLClassifiedStatsResponder::LLClassifiedStatsResponder | ( | LLHandle< LLView > | classified_panel_handle, | |
| LLUUID | classified_id | |||
| ) |
Definition at line 46 of file llclassifiedstatsresponder.cpp.
| void LLClassifiedStatsResponder::result | ( | const LLSD & | content | ) | [virtual] |
Reimplemented from LLCurl::Responder.
Definition at line 52 of file llclassifiedstatsresponder.cpp.
References LLSD::asInteger(), LLHandle< T >::get(), mClassifiedID, mClassifiedPanelHandle, S32, and LLPanelClassified::setClickThrough().

| void LLClassifiedStatsResponder::error | ( | U32 | status, | |
| const std::string & | reason | |||
| ) | [virtual] |
LLUUID LLClassifiedStatsResponder::mClassifiedID [protected] |
1.5.5