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/llpacketbuffer.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/llpacketbuffer.h')
-rw-r--r-- | linden/indra/llmessage/llpacketbuffer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llpacketbuffer.h b/linden/indra/llmessage/llpacketbuffer.h index f1c343b..fc6f606 100644 --- a/linden/indra/llmessage/llpacketbuffer.h +++ b/linden/indra/llmessage/llpacketbuffer.h | |||
@@ -47,7 +47,6 @@ public: | |||
47 | const char *getData() const { return mData; } | 47 | const char *getData() const { return mData; } |
48 | LLHost getHost() const { return mHost; } | 48 | LLHost getHost() const { return mHost; } |
49 | void init(S32 hSocket); | 49 | void init(S32 hSocket); |
50 | void free(); | ||
51 | 50 | ||
52 | protected: | 51 | protected: |
53 | char mData[NET_BUFFER_SIZE]; // packet data /* Flawfinder : ignore */ | 52 | char mData[NET_BUFFER_SIZE]; // packet data /* Flawfinder : ignore */ |