diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-16 16:06:34 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-16 16:06:34 -0400 |
commit | 142f867d38060d3525dcab1cdd170836e1981ec1 (patch) | |
tree | 17e1c7fcb05b6af3f3bd07dcaeea8f11c66ef614 /indra/llmessage/llhttpassetstorage.h | |
parent | 04cfcd1edca32090548960135e7de13b001aa908 (diff) |
For EXT-6809 - search static VFS for all asset types
Diffstat (limited to 'indra/llmessage/llhttpassetstorage.h')
-rw-r--r-- | indra/llmessage/llhttpassetstorage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llmessage/llhttpassetstorage.h b/indra/llmessage/llhttpassetstorage.h index 231437dad4..3e85e898e2 100644 --- a/indra/llmessage/llhttpassetstorage.h +++ b/indra/llmessage/llhttpassetstorage.h @@ -48,13 +48,14 @@ class LLHTTPAssetStorage : public LLAssetStorage { public: LLHTTPAssetStorage(LLMessageSystem *msg, LLXferManager *xfer, - LLVFS *vfs, const LLHost &upstream_host, + LLVFS *vfs, LLVFS *static_vfs, + const LLHost &upstream_host, const std::string& web_host, const std::string& local_web_host, const std::string& host_name); LLHTTPAssetStorage(LLMessageSystem *msg, LLXferManager *xfer, - LLVFS *vfs, + LLVFS *vfs, LLVFS *static_vfs, const std::string& web_host, const std::string& local_web_host, const std::string& host_name); |