aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llhttpassetstorage.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:59 -0500
committerJacek Antonelli2008-08-15 23:44:59 -0500
commita408bac29378072fbf36864164149458c978cfcc (patch)
tree67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/llmessage/llhttpassetstorage.h
parentSecond Life viewer sources 1.17.0.12 (diff)
downloadmeta-impy-a408bac29378072fbf36864164149458c978cfcc.zip
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz
Second Life viewer sources 1.17.1.0
Diffstat (limited to 'linden/indra/llmessage/llhttpassetstorage.h')
-rw-r--r--linden/indra/llmessage/llhttpassetstorage.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llhttpassetstorage.h b/linden/indra/llmessage/llhttpassetstorage.h
index 2977301..962bece 100644
--- a/linden/indra/llmessage/llhttpassetstorage.h
+++ b/linden/indra/llmessage/llhttpassetstorage.h
@@ -66,7 +66,9 @@ public:
66 bool temp_file = false, 66 bool temp_file = false,
67 bool is_priority = false, 67 bool is_priority = false,
68 bool store_local = false, 68 bool store_local = false,
69 const LLUUID& requesting_agent_id = LLUUID::null); 69 const LLUUID& requesting_agent_id = LLUUID::null,
70 bool user_waiting=FALSE,
71 F64 timeout=LL_ASSET_STORAGE_TIMEOUT);
70 72
71 virtual void storeAssetData( 73 virtual void storeAssetData(
72 const char* filename, 74 const char* filename,
@@ -75,7 +77,9 @@ public:
75 LLStoreAssetCallback callback, 77 LLStoreAssetCallback callback,
76 void* user_data, 78 void* user_data,
77 bool temp_file, 79 bool temp_file,
78 bool is_priority); 80 bool is_priority,
81 bool user_waiting=FALSE,
82 F64 timeout=LL_ASSET_STORAGE_TIMEOUT);
79 83
80 virtual LLSD getPendingDetails(ERequestType rt, 84 virtual LLSD getPendingDetails(ERequestType rt,
81 LLAssetType::EType asset_type, 85 LLAssetType::EType asset_type,