diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 13:52:59 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-19 13:52:59 -0400 |
commit | aa5e494e0cf1242dcd35725576667ab1a935363a (patch) | |
tree | 5d2876bc5adf42d74ddd099c6f0a608e5455ec90 /indra/llmessage/llassetstorage.h | |
parent | 70a13fb3227469179ef388d95879667361ef5c03 (diff) |
For EXT-6809 - fixes suggested by Nyx code review
Diffstat (limited to 'indra/llmessage/llassetstorage.h')
-rw-r--r-- | indra/llmessage/llassetstorage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llmessage/llassetstorage.h b/indra/llmessage/llassetstorage.h index 39afa4b62c..e97b398ca7 100644 --- a/indra/llmessage/llassetstorage.h +++ b/indra/llmessage/llassetstorage.h @@ -258,9 +258,6 @@ 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 @@ -319,6 +316,9 @@ public: void markAssetToxic( const LLUUID& uuid ); protected: + bool findInStaticVFSAndInvokeCallback(const LLUUID& uuid, LLAssetType::EType type, + LLGetAssetCallback callback, void *user_data); + virtual LLSD getPendingDetailsImpl(const request_list_t* requests, LLAssetType::EType asset_type, const std::string& detail_prefix) const; |