diff options
Diffstat (limited to 'linden/indra/llmessage/llxfer_mem.h')
-rw-r--r-- | linden/indra/llmessage/llxfer_mem.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/llmessage/llxfer_mem.h b/linden/indra/llmessage/llxfer_mem.h index b80807a..8523c7d 100644 --- a/linden/indra/llmessage/llxfer_mem.h +++ b/linden/indra/llmessage/llxfer_mem.h | |||
@@ -40,7 +40,7 @@ class LLXfer_Mem : public LLXfer | |||
40 | { | 40 | { |
41 | private: | 41 | private: |
42 | protected: | 42 | protected: |
43 | void (*mCallback)(void *, S32, void **,S32); | 43 | void (*mCallback)(void *, S32, void **, S32, LLExtStat); |
44 | char mRemoteFilename[LL_MAX_PATH]; /* Flawfinder : ignore */ | 44 | char mRemoteFilename[LL_MAX_PATH]; /* Flawfinder : ignore */ |
45 | ELLPath mRemotePath; | 45 | ELLPath mRemotePath; |
46 | BOOL mDeleteRemoteOnCompletion; | 46 | BOOL mDeleteRemoteOnCompletion; |
@@ -65,7 +65,7 @@ class LLXfer_Mem : public LLXfer | |||
65 | ELLPath remote_path, | 65 | ELLPath remote_path, |
66 | const LLHost& remote_host, | 66 | const LLHost& remote_host, |
67 | BOOL delete_remote_on_completion, | 67 | BOOL delete_remote_on_completion, |
68 | void (*callback)(void*,S32,void**,S32), | 68 | void (*callback)(void*,S32,void**,S32,LLExtStat), |
69 | void** user_data); | 69 | void** user_data); |
70 | virtual S32 startDownload(); | 70 | virtual S32 startDownload(); |
71 | 71 | ||
@@ -79,3 +79,4 @@ class LLXfer_Mem : public LLXfer | |||
79 | 79 | ||
80 | 80 | ||
81 | 81 | ||
82 | |||