diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llmessage/lldatapacker.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llmessage/lldatapacker.h')
-rw-r--r-- | linden/indra/llmessage/lldatapacker.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/llmessage/lldatapacker.h b/linden/indra/llmessage/lldatapacker.h index b1aa8fe..47dee99 100644 --- a/linden/indra/llmessage/lldatapacker.h +++ b/linden/indra/llmessage/lldatapacker.h | |||
@@ -49,7 +49,7 @@ public: | |||
49 | 49 | ||
50 | virtual BOOL hasNext() const = 0; | 50 | virtual BOOL hasNext() const = 0; |
51 | 51 | ||
52 | virtual BOOL packString(const char *value, const char *name) = 0; | 52 | virtual BOOL packString(const std::string& value, const char *name) = 0; |
53 | virtual BOOL unpackString(std::string& value, const char *name) = 0; | 53 | virtual BOOL unpackString(std::string& value, const char *name) = 0; |
54 | 54 | ||
55 | virtual BOOL packBinaryData(const U8 *value, S32 size, const char *name) = 0; | 55 | virtual BOOL packBinaryData(const U8 *value, S32 size, const char *name) = 0; |
@@ -127,7 +127,7 @@ public: | |||
127 | { | 127 | { |
128 | } | 128 | } |
129 | 129 | ||
130 | /*virtual*/ BOOL packString(const char *value, const char *name); | 130 | /*virtual*/ BOOL packString(const std::string& value, const char *name); |
131 | /*virtual*/ BOOL unpackString(std::string& value, const char *name); | 131 | /*virtual*/ BOOL unpackString(std::string& value, const char *name); |
132 | 132 | ||
133 | /*virtual*/ BOOL packBinaryData(const U8 *value, S32 size, const char *name); | 133 | /*virtual*/ BOOL packBinaryData(const U8 *value, S32 size, const char *name); |
@@ -229,7 +229,7 @@ public: | |||
229 | mWriteEnabled = FALSE; | 229 | mWriteEnabled = FALSE; |
230 | } | 230 | } |
231 | 231 | ||
232 | /*virtual*/ BOOL packString(const char *value, const char *name); | 232 | /*virtual*/ BOOL packString(const std::string& value, const char *name); |
233 | /*virtual*/ BOOL unpackString(std::string& value, const char *name); | 233 | /*virtual*/ BOOL unpackString(std::string& value, const char *name); |
234 | 234 | ||
235 | /*virtual*/ BOOL packBinaryData(const U8 *value, S32 size, const char *name); | 235 | /*virtual*/ BOOL packBinaryData(const U8 *value, S32 size, const char *name); |
@@ -358,7 +358,7 @@ public: | |||
358 | { | 358 | { |
359 | } | 359 | } |
360 | 360 | ||
361 | /*virtual*/ BOOL packString(const char *value, const char *name); | 361 | /*virtual*/ BOOL packString(const std::string& value, const char *name); |
362 | /*virtual*/ BOOL unpackString(std::string& value, const char *name); | 362 | /*virtual*/ BOOL unpackString(std::string& value, const char *name); |
363 | 363 | ||
364 | /*virtual*/ BOOL packBinaryData(const U8 *value, S32 size, const char *name); | 364 | /*virtual*/ BOOL packBinaryData(const U8 *value, S32 size, const char *name); |