diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llremoteparcelrequest.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-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.h | 6 |
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 | ||
40 | class LLRemoteParcelRequestResponder : public LLHTTPClient::Responder | 40 | class LLRemoteParcelRequestResponder : public LLHTTPClient::Responder |
41 | { | 41 | { |
42 | public: | 42 | public: |
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 | ||
49 | protected: | 49 | protected: |
50 | LLViewHandle mPlacePanelHandle; | 50 | LLHandle<LLPanel> mPlacePanelHandle; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | #endif // LL_LLREMOTEPARCELREQUEST_H | 53 | #endif // LL_LLREMOTEPARCELREQUEST_H |