diff options
author | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
commit | ad2310656299467c775738fcdbc5840bd492df8d (patch) | |
tree | 61a3e7b568d04f12e7a42c962828e9334954811d /linden/indra/newview/llclassifiedstatsresponder.h | |
parent | Second Life viewer sources 1.18.5.1-RC (diff) | |
download | meta-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.h | 4 |
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 | ||
28 | class LLClassifiedStatsResponder : public LLHTTPClient::Responder | 29 | class LLClassifiedStatsResponder : public LLHTTPClient::Responder |
29 | { | 30 | { |
30 | public: | 31 | public: |
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 | ||
37 | protected: | 38 | protected: |
38 | LLViewHandle mClassifiedPanelHandle; | 39 | LLViewHandle mClassifiedPanelHandle; |
40 | LLUUID mClassifiedID; | ||
39 | }; | 41 | }; |
40 | 42 | ||
41 | #endif // LL_LLCLASSIFIEDSTATSRESPONDER_H | 43 | #endif // LL_LLCLASSIFIEDSTATSRESPONDER_H |