diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-18 06:15:12 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-18 06:15:12 -0500 |
commit | 17f79c802023d3b220986321f51757b102b70e81 (patch) | |
tree | 93fd855bf772d1f0deac96a504323a707c112ea7 /indra/newview/llviewerobjectlist.h | |
parent | d0b4c4a7b2c454d1a287af4a3a7b7342609d555d (diff) | |
parent | c89e281de1420254f8028f4dff907cf1ae985d7a (diff) |
merge changes for viewer-vs2010
Diffstat (limited to 'indra/newview/llviewerobjectlist.h')
-rw-r--r-- | indra/newview/llviewerobjectlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.h b/indra/newview/llviewerobjectlist.h index 605bac8e89..8cff8e988a 100644 --- a/indra/newview/llviewerobjectlist.h +++ b/indra/newview/llviewerobjectlist.h @@ -87,6 +87,7 @@ public: void shiftObjects(const LLVector3 &offset); + bool hasMapObjectInRegion(LLViewerRegion* regionp) ; void renderObjectsForMap(LLNetMap &netmap); void renderObjectBounds(const LLVector3 ¢er); @@ -160,7 +161,7 @@ public: const U32 ip, const U32 port); // Requires knowledge of message system info! - static BOOL removeFromLocalIDTable(const LLViewerObject &object); + static BOOL removeFromLocalIDTable(const LLViewerObject* objectp); // Used ONLY by the orphaned object code. static U64 getIndex(const U32 local_id, const U32 ip, const U32 port); |