diff options
author | Eli Linden <eli@lindenlab.com> | 2010-04-07 10:58:32 -0700 |
---|---|---|
committer | Eli Linden <eli@lindenlab.com> | 2010-04-07 10:58:32 -0700 |
commit | 8ac6310020bd2d524c97c729c29a0afe4a529ecf (patch) | |
tree | 0bd74474bf3b67b3eee68c7530188f6e059ed413 /indra/newview/llappviewer.h | |
parent | a88531588e163b442d8e50284bce951fb829be29 (diff) | |
parent | 5aa6abb6be52c4559a3715bb3323543ea024ebff (diff) |
Merge
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 2 |
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; } |