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_mem.h | |
parent | 1fc32d4c973275cf86d2b936e7bb3241e0155197 (diff) |
MAINT-7626 Incorporate transfer changes into viewer
Diffstat (limited to 'indra/llmessage/llxfer_mem.h')
-rw-r--r-- | indra/llmessage/llxfer_mem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/llxfer_mem.h b/indra/llmessage/llxfer_mem.h index b5adf837df..d07779de87 100644 --- a/indra/llmessage/llxfer_mem.h +++ b/indra/llmessage/llxfer_mem.h @@ -53,7 +53,6 @@ class LLXfer_Mem : public LLXfer virtual void cleanup(); virtual S32 startSend (U64 xfer_id, const LLHost &remote_host); - virtual U64 registerXfer(U64 xfer_id, const void *datap, const S32 length); virtual void setXferSize (S32 data_size); virtual S32 initializeRequest(U64 xfer_id, |