diff options
Diffstat (limited to 'linden/indra/newview/lltexturecache.h')
-rw-r--r-- | linden/indra/newview/lltexturecache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/lltexturecache.h b/linden/indra/newview/lltexturecache.h index 14f44ba..4bac15c 100644 --- a/linden/indra/newview/lltexturecache.h +++ b/linden/indra/newview/lltexturecache.h | |||
@@ -114,6 +114,9 @@ protected: | |||
114 | std::string getTextureFileName(const LLUUID& id); | 114 | std::string getTextureFileName(const LLUUID& id); |
115 | void addCompleted(Responder* responder, bool success); | 115 | void addCompleted(Responder* responder, bool success); |
116 | 116 | ||
117 | protected: | ||
118 | void setFileAPRPool(apr_pool_t* pool) { mFileAPRPool = pool ; } | ||
119 | |||
117 | private: | 120 | private: |
118 | void setDirNames(ELLPath location); | 121 | void setDirNames(ELLPath location); |
119 | void readHeaderCache(apr_pool_t* poolp = NULL); | 122 | void readHeaderCache(apr_pool_t* poolp = NULL); |