summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-04-08 15:31:31 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-04-08 15:31:31 +0300
commit7709fa2f8360a442d4017a78e8fd36051efa6d55 (patch)
tree885716b779cc265ee4515dd9bb254cba138a7825 /indra/newview/llappviewer.h
parentea45bc05d4a464507c37efaec1da93aba068cd90 (diff)
parente979e48bc0adcb4b52cd78e3bd34f6c70ef6efe8 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index a915b7fa50..60645c46d4 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -102,6 +102,8 @@ public:
static LLImageDecodeThread* getImageDecodeThread() { return sImageDecodeThread; }
static LLTextureFetch* getTextureFetch() { return sTextureFetch; }
+ static S32 getCacheVersion() ;
+
const std::string& getSerialNumber() { return mSerialNumber; }
bool getPurgeCache() const { return mPurgeCache; }