diff options
Diffstat (limited to 'linden/indra/llmessage/llxfermanager.cpp')
-rw-r--r-- | linden/indra/llmessage/llxfermanager.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llmessage/llxfermanager.cpp b/linden/indra/llmessage/llxfermanager.cpp index 7758a32..b9a2c3e 100644 --- a/linden/indra/llmessage/llxfermanager.cpp +++ b/linden/indra/llmessage/llxfermanager.cpp | |||
@@ -396,7 +396,7 @@ void LLXferManager::requestFile(const char* local_filename, | |||
396 | ELLPath remote_path, | 396 | ELLPath remote_path, |
397 | const LLHost& remote_host, | 397 | const LLHost& remote_host, |
398 | BOOL delete_remote_on_completion, | 398 | BOOL delete_remote_on_completion, |
399 | void (*callback)(void**,S32), | 399 | void (*callback)(void**,S32,LLExtStat), |
400 | void** user_data, | 400 | void** user_data, |
401 | BOOL is_priority, | 401 | BOOL is_priority, |
402 | BOOL use_big_packets) | 402 | BOOL use_big_packets) |
@@ -453,7 +453,7 @@ void LLXferManager::requestFile(const char* remote_filename, | |||
453 | ELLPath remote_path, | 453 | ELLPath remote_path, |
454 | const LLHost& remote_host, | 454 | const LLHost& remote_host, |
455 | BOOL delete_remote_on_completion, | 455 | BOOL delete_remote_on_completion, |
456 | void (*callback)(void*,S32,void**,S32), | 456 | void (*callback)(void*,S32,void**,S32,LLExtStat), |
457 | void** user_data, | 457 | void** user_data, |
458 | BOOL is_priority) | 458 | BOOL is_priority) |
459 | { | 459 | { |
@@ -481,7 +481,7 @@ void LLXferManager::requestVFile(const LLUUID& local_id, | |||
481 | const LLUUID& remote_id, | 481 | const LLUUID& remote_id, |
482 | LLAssetType::EType type, LLVFS* vfs, | 482 | LLAssetType::EType type, LLVFS* vfs, |
483 | const LLHost& remote_host, | 483 | const LLHost& remote_host, |
484 | void (*callback)(void**, S32), | 484 | void (*callback)(void**,S32,LLExtStat), |
485 | void** user_data, | 485 | void** user_data, |
486 | BOOL is_priority) | 486 | BOOL is_priority) |
487 | { | 487 | { |
@@ -1151,3 +1151,4 @@ void process_abort_xfer(LLMessageSystem *mesgsys, void **user_data) | |||
1151 | 1151 | ||
1152 | 1152 | ||
1153 | 1153 | ||
1154 | |||