aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llremoteparcelrequest.h
diff options
context:
space:
mode:
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