aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llxfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llxfer.h')
-rw-r--r--linden/indra/llmessage/llxfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer.h b/linden/indra/llmessage/llxfer.h
index 259f1ac..bd82300 100644
--- a/linden/indra/llmessage/llxfer.h
+++ b/linden/indra/llmessage/llxfer.h
@@ -88,7 +88,7 @@ class LLXfer
88 virtual ~LLXfer(); 88 virtual ~LLXfer();
89 89
90 void init(S32 chunk_size); 90 void init(S32 chunk_size);
91 virtual void free(); 91 virtual void cleanup();
92 92
93 virtual S32 startSend (U64 xfer_id, const LLHost &remote_host); 93 virtual S32 startSend (U64 xfer_id, const LLHost &remote_host);
94 virtual void sendPacket(S32 packet_num); 94 virtual void sendPacket(S32 packet_num);