aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llremoteparcelrequest.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llremoteparcelrequest.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llremoteparcelrequest.h')
-rw-r--r--linden/indra/newview/llremoteparcelrequest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llremoteparcelrequest.h b/linden/indra/newview/llremoteparcelrequest.h
index fe48021..b80dd5b 100644
--- a/linden/indra/newview/llremoteparcelrequest.h
+++ b/linden/indra/newview/llremoteparcelrequest.h
@@ -35,19 +35,19 @@
35#define LL_LLREMOTEPARCELREQUEST_H 35#define LL_LLREMOTEPARCELREQUEST_H
36 36
37#include "llhttpclient.h" 37#include "llhttpclient.h"
38#include "llview.h" 38#include "llpanel.h"
39 39
40class LLRemoteParcelRequestResponder : public LLHTTPClient::Responder 40class LLRemoteParcelRequestResponder : public LLHTTPClient::Responder
41{ 41{
42public: 42public:
43 LLRemoteParcelRequestResponder(LLViewHandle place_panel_handle); 43 LLRemoteParcelRequestResponder(LLHandle<LLPanel> place_panel_handle);
44 //If we get back a normal response, handle it here 44 //If we get back a normal response, handle it here
45 virtual void result(const LLSD& content); 45 virtual void result(const LLSD& content);
46 //If we get back an error (not found, etc...), handle it here 46 //If we get back an error (not found, etc...), handle it here
47 virtual void error(U32 status, const std::string& reason); 47 virtual void error(U32 status, const std::string& reason);
48 48
49protected: 49protected:
50 LLViewHandle mPlacePanelHandle; 50 LLHandle<LLPanel> mPlacePanelHandle;
51}; 51};
52 52
53#endif // LL_LLREMOTEPARCELREQUEST_H 53#endif // LL_LLREMOTEPARCELREQUEST_H