aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llxfermanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llxfermanager.h')
-rw-r--r--linden/indra/llmessage/llxfermanager.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llmessage/llxfermanager.h b/linden/indra/llmessage/llxfermanager.h
index 7b529ad..62969d9 100644
--- a/linden/indra/llmessage/llxfermanager.h
+++ b/linden/indra/llmessage/llxfermanager.h
@@ -145,7 +145,7 @@ class LLXferManager
145 ELLPath remote_path, 145 ELLPath remote_path,
146 const LLHost& remote_host, 146 const LLHost& remote_host,
147 BOOL delete_remote_on_completion, 147 BOOL delete_remote_on_completion,
148 void (*callback)(void**,S32), void** user_data, 148 void (*callback)(void**,S32,LLExtStat), void** user_data,
149 BOOL is_priority = FALSE, 149 BOOL is_priority = FALSE,
150 BOOL use_big_packets = FALSE); 150 BOOL use_big_packets = FALSE);
151 151
@@ -154,7 +154,7 @@ class LLXferManager
154 ELLPath remote_path, 154 ELLPath remote_path,
155 const LLHost &remote_host, 155 const LLHost &remote_host,
156 BOOL delete_remote_on_completion, 156 BOOL delete_remote_on_completion,
157 void (*callback)(void*, S32, void**, S32), 157 void (*callback)(void*, S32, void**, S32, LLExtStat),
158 void** user_data, 158 void** user_data,
159 BOOL is_priority = FALSE); 159 BOOL is_priority = FALSE);
160 160
@@ -163,7 +163,7 @@ class LLXferManager
163 virtual void requestVFile(const LLUUID &local_id, const LLUUID& remote_id, 163 virtual void requestVFile(const LLUUID &local_id, const LLUUID& remote_id,
164 LLAssetType::EType type, LLVFS* vfs, 164 LLAssetType::EType type, LLVFS* vfs,
165 const LLHost& remote_host, 165 const LLHost& remote_host,
166 void (*callback)(void**, S32), void** user_data, 166 void (*callback)(void**,S32,LLExtStat), void** user_data,
167 BOOL is_priority = FALSE); 167 BOOL is_priority = FALSE);
168 168
169/* 169/*
@@ -205,3 +205,4 @@ void process_abort_xfer (LLMessageSystem *mesgsys, void **user_data);
205#endif 205#endif
206 206
207 207
208