summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-08-20 14:48:00 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-08-20 14:48:00 -0700
commit5fab3253f941c0e25b4b86e29ab7a34c4325f825 (patch)
tree8c79b64a284d18a2e316ee3fc881629dff35617d /indra/newview/llviewerregion.h
parentab320a12e62152907bbec150972a9ac8a0e244fb (diff)
parentcde71ddc88293a752787b710f6d03aba1ec0b15e (diff)
Merge from dessie/viewer-release
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index b0169c33c0..7cdd4c6d40 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -99,9 +99,8 @@ public:
~LLViewerRegion();
// Call this after you have the region name and handle.
- void loadCache();
-
- void saveCache();
+ void loadObjectCache();
+ void saveObjectCache();
void sendMessage(); // Send the current message to this region's simulator
void sendReliableMessage(); // Send the current message to this region's simulator
@@ -335,6 +334,9 @@ public:
LLDynamicArray<LLUUID> mMapAvatarIDs;
private:
+ // determine the cache filename for the region from the region handle
+ const std::string getObjectCacheFilename(U64 mHandle) const;
+
// The surfaces and other layers
LLSurface* mLandp;
@@ -409,7 +411,7 @@ private:
// Cache ID is unique per-region, across renames, moving locations,
// etc.
LLUUID mCacheID;
-
+
typedef std::map<std::string, std::string> CapabilityMap;
CapabilityMap mCapabilities;