summaryrefslogtreecommitdiff
path: root/indra/llmessage/llassetstorage.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-04-16 17:13:11 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-04-16 17:13:11 -0400
commit3b8ce1d18aafd7c0b4bc5eee4fb74054a7a1a819 (patch)
tree2847b75dc6e02471f1ba3bbc1265c874095b505b /indra/llmessage/llassetstorage.h
parent142f867d38060d3525dcab1cdd170836e1981ec1 (diff)
For EXT-6809 - search static VFS for all asset types
Diffstat (limited to 'indra/llmessage/llassetstorage.h')
-rw-r--r--indra/llmessage/llassetstorage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmessage/llassetstorage.h b/indra/llmessage/llassetstorage.h
index 979ce14ad0..39afa4b62c 100644
--- a/indra/llmessage/llassetstorage.h
+++ b/indra/llmessage/llassetstorage.h
@@ -258,6 +258,9 @@ public:
virtual BOOL hasLocalAsset(const LLUUID &uuid, LLAssetType::EType type);
+ bool findInVFSAndInvokeCallback(LLVFS *vfs, const LLUUID& uuid, LLAssetType::EType type,
+ LLGetAssetCallback callback, void *user_data);
+
// public interface methods
// note that your callback may get called BEFORE the function returns