diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-04-19 18:37:35 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-04-19 18:37:35 +0300 |
commit | 4d3642b2fab163668b1d67c0a6b631417e71e02d (patch) | |
tree | 0d8e821e90662098ed69138451c4d36a1128542f /indra/llmessage/llxfer_file.h | |
parent | 1fc32d4c973275cf86d2b936e7bb3241e0155197 (diff) |
MAINT-7626 Incorporate transfer changes into viewer
Diffstat (limited to 'indra/llmessage/llxfer_file.h')
-rw-r--r-- | indra/llmessage/llxfer_file.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llmessage/llxfer_file.h b/indra/llmessage/llxfer_file.h index a37dda6732..ab9374549e 100644 --- a/indra/llmessage/llxfer_file.h +++ b/indra/llmessage/llxfer_file.h @@ -61,8 +61,10 @@ class LLXfer_File : public LLXfer virtual S32 startDownload(); virtual S32 processEOF(); - - virtual S32 startSend (U64 xfer_id, const LLHost &remote_host); + + virtual S32 startSend(U64 xfer_id, const LLHost &remote_host); + virtual void closeFileHandle(); + virtual S32 reopenFileHandle(); virtual S32 suck(S32 start_position); virtual S32 flush(); |