summaryrefslogtreecommitdiff
path: root/indra/llmessage/llassetstorage.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-02-15 15:34:56 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-02-15 15:34:56 -0500
commit7d375ed9b7070e354a8072d7ffa137e005691dcd (patch)
tree0609acd3cbcac966996e7637a75f475e371bd002 /indra/llmessage/llassetstorage.h
parent86449a0ac4cb1432a55c17bfabe83c4c42c096a8 (diff)
SL-409 - WIP on http fetching path for assets
Diffstat (limited to 'indra/llmessage/llassetstorage.h')
-rw-r--r--indra/llmessage/llassetstorage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llmessage/llassetstorage.h b/indra/llmessage/llassetstorage.h
index 853387a595..e1c6028fa0 100644
--- a/indra/llmessage/llassetstorage.h
+++ b/indra/llmessage/llassetstorage.h
@@ -319,6 +319,10 @@ public:
const LLUUID& asset_id);
+ static void removeAndCallbackPendingDownloads(S32 result, const LLUUID& file_id, LLAssetType::EType file_type,
+ const LLUUID& callback_id, LLAssetType::EType callback_type,
+ LLExtStat ext_status);
+
// download process callbacks
static void downloadCompleteCallback(
S32 result,