diff options
author | Oz Linden <oz@lindenlab.com> | 2015-07-10 09:12:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-07-10 09:12:54 -0400 |
commit | 66bf21c32d64422f9fdc56161acc83b53923735b (patch) | |
tree | bdd1e565308fb97d7b8b2c97f9cd16489a1b285d /indra/newview/llappviewer.h | |
parent | dc5960d3930efa482b7de205fc9b8d08785da4c8 (diff) | |
parent | 657944cda7228ba824239d94b270160ac0460934 (diff) |
merge up to 3.8.0-release (and fix for unit tests with a proxy enabled)'
Diffstat (limited to 'indra/newview/llappviewer.h')
-rwxr-xr-x | indra/newview/llappviewer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 6a246e32e5..311e548cfb 100755 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -137,6 +137,9 @@ public: void loadNameCache(); void saveNameCache(); + void loadExperienceCache(); + void saveExperienceCache(); + void removeMarkerFiles(); void removeDumpDir(); @@ -245,6 +248,7 @@ private: void idle(); void idleShutdown(); // update avatar SLID and display name caches + void idleExperienceCache(); void idleNameCache(); void idleNetwork(); |