summaryrefslogtreecommitdiff
path: root/indra/llmessage/llxfer_file.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-04-19 18:37:35 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-04-19 18:37:35 +0300
commit4d3642b2fab163668b1d67c0a6b631417e71e02d (patch)
tree0d8e821e90662098ed69138451c4d36a1128542f /indra/llmessage/llxfer_file.h
parent1fc32d4c973275cf86d2b936e7bb3241e0155197 (diff)
MAINT-7626 Incorporate transfer changes into viewer
Diffstat (limited to 'indra/llmessage/llxfer_file.h')
-rw-r--r--indra/llmessage/llxfer_file.h6
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();