diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-17 16:26:55 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-05-17 16:26:55 +0300 |
commit | 348218e40f362d386a0175d4b010b639282764b2 (patch) | |
tree | 3dcb3d1d5dc8dadee923613cf2b88434f1ec4d75 /indra/newview/llwlhandlers.h | |
parent | 3d0688da9461766d783383d68a990fcf8711228e (diff) |
STORM-1245 WIP Restored environment settings interpolation on region crossing.
Also got rid of duplicated region environment settings requests.
Diffstat (limited to 'indra/newview/llwlhandlers.h')
-rw-r--r-- | indra/newview/llwlhandlers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llwlhandlers.h b/indra/newview/llwlhandlers.h index 4929b4d27b..05b2244e8a 100644 --- a/indra/newview/llwlhandlers.h +++ b/indra/newview/llwlhandlers.h @@ -40,6 +40,7 @@ class LLEnvManager; class LLEnvironmentRequest { + LOG_CLASS(LLEnvironmentRequest); public: /// @return true if request was successfully sent static bool initiate(); @@ -51,6 +52,7 @@ private: class LLEnvironmentRequestResponder: public LLHTTPClient::Responder { + LOG_CLASS(LLEnvironmentRequestResponder); public: virtual void result(const LLSD& content); virtual void error(U32 status, const std::string& reason); @@ -66,6 +68,7 @@ private: class LLEnvironmentApplyResponder: public LLHTTPClient::Responder { + LOG_CLASS(LLEnvironmentApplyResponder); public: /* * Expecting reply from sim in form of: |