diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-03-20 16:29:48 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-03-20 16:29:48 -0600 |
commit | 933691ad133b552be3fdd26b0d9d26a09c3a7aa5 (patch) | |
tree | 013fc4663d69057b5f3eff589b33d840e57b8115 /indra/newview/llappviewer.h | |
parent | 041024e8e5d1f27ab77dc4fa2c1e38b8266e7b41 (diff) |
for SH-4004: interesting: need debug option to clear viewer cache while still logged in
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 58237d573d..06c06c4af2 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -170,6 +170,7 @@ public: void addOnIdleCallback(const boost::function<void()>& cb); // add a callback to fire (once) when idle void purgeCache(); // Clear the local cache. + void purgeCacheImmediate(); //clear local cache immediately. // mute/unmute the system's master audio virtual void setMasterSystemAudioMute(bool mute); |