diff options
author | Jacek Antonelli | 2008-09-12 14:59:33 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-12 14:59:39 -0500 |
commit | 80a8bab2a9dd8e77262b001af973212a6cba4a5a (patch) | |
tree | 170168232fd4e2eec5f15295a9445535969cdb76 /linden/indra/llmessage/llxfer_mem.h | |
parent | Second Life viewer sources 1.21.1-RC (diff) | |
download | meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.zip meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.gz meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.bz2 meta-impy-80a8bab2a9dd8e77262b001af973212a6cba4a5a.tar.xz |
Second Life viewer sources 1.21.2-RC
Diffstat (limited to 'linden/indra/llmessage/llxfer_mem.h')
-rw-r--r-- | linden/indra/llmessage/llxfer_mem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer_mem.h b/linden/indra/llmessage/llxfer_mem.h index 0e67a06..cb2dd88 100644 --- a/linden/indra/llmessage/llxfer_mem.h +++ b/linden/indra/llmessage/llxfer_mem.h | |||
@@ -55,7 +55,7 @@ class LLXfer_Mem : public LLXfer | |||
55 | virtual ~LLXfer_Mem(); | 55 | virtual ~LLXfer_Mem(); |
56 | 56 | ||
57 | virtual void init(); | 57 | virtual void init(); |
58 | virtual void free(); | 58 | virtual void cleanup(); |
59 | 59 | ||
60 | virtual S32 startSend (U64 xfer_id, const LLHost &remote_host); | 60 | virtual S32 startSend (U64 xfer_id, const LLHost &remote_host); |
61 | virtual U64 registerXfer(U64 xfer_id, const void *datap, const S32 length); | 61 | virtual U64 registerXfer(U64 xfer_id, const void *datap, const S32 length); |