diff options
author | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:07 -0500 |
commit | 8465910c79b8e746e04fd581cca2d60399e569b9 (patch) | |
tree | f43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/llmessage/llxfermanager.h | |
parent | Second Life viewer sources 1.18.2.1 (diff) | |
download | meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2 meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz |
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/llmessage/llxfermanager.h')
-rw-r--r-- | linden/indra/llmessage/llxfermanager.h | 7 |
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 | |||