diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-08 15:31:31 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-08 15:31:31 +0300 |
commit | 7709fa2f8360a442d4017a78e8fd36051efa6d55 (patch) | |
tree | 885716b779cc265ee4515dd9bb254cba138a7825 /indra/newview/lltexturecache.h | |
parent | ea45bc05d4a464507c37efaec1da93aba068cd90 (diff) | |
parent | e979e48bc0adcb4b52cd78e3bd34f6c70ef6efe8 (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lltexturecache.h')
-rw-r--r-- | indra/newview/lltexturecache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltexturecache.h b/indra/newview/lltexturecache.h index ca8815ee7e..5dc06ff401 100644 --- a/indra/newview/lltexturecache.h +++ b/indra/newview/lltexturecache.h @@ -110,7 +110,8 @@ public: /*virtual*/ S32 update(U32 max_time_ms); void purgeCache(ELLPath location); - S64 initCache(ELLPath location, S64 maxsize, BOOL read_only); + void setReadOnly(BOOL read_only) ; + S64 initCache(ELLPath location, S64 maxsize, BOOL disable_texture_cache); handle_t readFromCache(const std::string& local_filename, const LLUUID& id, U32 priority, S32 offset, S32 size, ReadResponder* responder); |