aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llclassifiedstatsresponder.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:18 -0500
committerJacek Antonelli2008-08-15 23:45:18 -0500
commitad2310656299467c775738fcdbc5840bd492df8d (patch)
tree61a3e7b568d04f12e7a42c962828e9334954811d /linden/indra/newview/llclassifiedstatsresponder.h
parentSecond Life viewer sources 1.18.5.1-RC (diff)
downloadmeta-impy-ad2310656299467c775738fcdbc5840bd492df8d.zip
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.gz
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.bz2
meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.xz
Second Life viewer sources 1.18.5.2-RC
Diffstat (limited to 'linden/indra/newview/llclassifiedstatsresponder.h')
-rw-r--r--linden/indra/newview/llclassifiedstatsresponder.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llclassifiedstatsresponder.h b/linden/indra/newview/llclassifiedstatsresponder.h
index c3eddbe..25579be 100644
--- a/linden/indra/newview/llclassifiedstatsresponder.h
+++ b/linden/indra/newview/llclassifiedstatsresponder.h
@@ -24,11 +24,12 @@
24 24
25#include "llhttpclient.h" 25#include "llhttpclient.h"
26#include "llview.h" 26#include "llview.h"
27#include "lluuid.h"
27 28
28class LLClassifiedStatsResponder : public LLHTTPClient::Responder 29class LLClassifiedStatsResponder : public LLHTTPClient::Responder
29{ 30{
30public: 31public:
31 LLClassifiedStatsResponder(LLViewHandle classified_panel_handle); 32 LLClassifiedStatsResponder(LLViewHandle classified_panel_handle, LLUUID classified_id);
32 //If we get back a normal response, handle it here 33 //If we get back a normal response, handle it here
33 virtual void result(const LLSD& content); 34 virtual void result(const LLSD& content);
34 //If we get back an error (not found, etc...), handle it here 35 //If we get back an error (not found, etc...), handle it here
@@ -36,6 +37,7 @@ public:
36 37
37protected: 38protected:
38 LLViewHandle mClassifiedPanelHandle; 39 LLViewHandle mClassifiedPanelHandle;
40 LLUUID mClassifiedID;
39}; 41};
40 42
41#endif // LL_LLCLASSIFIEDSTATSRESPONDER_H 43#endif // LL_LLCLASSIFIEDSTATSRESPONDER_H