aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerregion.h5
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:
373private: 376private:
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
378inline BOOL LLViewerRegion::getAllowDamage() const 383inline BOOL LLViewerRegion::getAllowDamage() const