diff options
author | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:54 -0500 |
commit | d0b03a62fd799317d5da0bd56615739ce3b5b052 (patch) | |
tree | 8bc79bbbb52e18294f62810d9fa66ce136f90e2d /linden/indra/newview/llviewerregion.h | |
parent | Second Life viewer sources 1.20.8 (diff) | |
download | meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.zip meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.gz meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.bz2 meta-impy-d0b03a62fd799317d5da0bd56615739ce3b5b052.tar.xz |
Second Life viewer sources 1.20.9
Diffstat (limited to 'linden/indra/newview/llviewerregion.h')
-rw-r--r-- | linden/indra/newview/llviewerregion.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerregion.h b/linden/indra/newview/llviewerregion.h index d4032cf..c2d11f5 100644 --- a/linden/indra/newview/llviewerregion.h +++ b/linden/indra/newview/llviewerregion.h | |||
@@ -208,6 +208,9 @@ public: | |||
208 | 208 | ||
209 | U32 getPacketsLost() const; | 209 | U32 getPacketsLost() const; |
210 | 210 | ||
211 | void setHttpResponderPtrNULL() {mHttpResponderPtr = NULL ;} | ||
212 | const LLHTTPClient::ResponderPtr getHttpResponderPtr() const {return mHttpResponderPtr ;} | ||
213 | |||
211 | // Get/set named capability URLs for this region. | 214 | // Get/set named capability URLs for this region. |
212 | void setSeedCapability(const std::string& url); | 215 | void setSeedCapability(const std::string& url); |
213 | void setCapability(const std::string& name, const std::string& url); | 216 | void setCapability(const std::string& name, const std::string& url); |
@@ -373,6 +376,8 @@ protected: | |||
373 | private: | 376 | private: |
374 | //spatial partitions for objects in this region | 377 | //spatial partitions for objects in this region |
375 | std::vector<LLSpatialPartition*> mObjectPartition; | 378 | std::vector<LLSpatialPartition*> mObjectPartition; |
379 | |||
380 | LLHTTPClient::ResponderPtr mHttpResponderPtr ; | ||
376 | }; | 381 | }; |
377 | 382 | ||
378 | inline BOOL LLViewerRegion::getAllowDamage() const | 383 | inline BOOL LLViewerRegion::getAllowDamage() const |