diff options
Diffstat (limited to 'linden/indra/llmessage/llmessagereader.h')
-rw-r--r-- | linden/indra/llmessage/llmessagereader.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llmessagereader.h b/linden/indra/llmessage/llmessagereader.h index b1aa6e1..6edc2f3 100644 --- a/linden/indra/llmessage/llmessagereader.h +++ b/linden/indra/llmessage/llmessagereader.h | |||
@@ -17,7 +17,8 @@ | |||
17 | * There are special exceptions to the terms and conditions of the GPL as | 17 | * There are special exceptions to the terms and conditions of the GPL as |
18 | * it is applied to this Source Code. View the full text of the exception | 18 | * it is applied to this Source Code. View the full text of the exception |
19 | * in the file doc/FLOSS-exception.txt in this software distribution, or | 19 | * in the file doc/FLOSS-exception.txt in this software distribution, or |
20 | * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception | 20 | * online at |
21 | * http://secondlifegrid.net/programs/open_source/licensing/flossexception | ||
21 | * | 22 | * |
22 | * By copying, modifying or distributing this software, you acknowledge | 23 | * By copying, modifying or distributing this software, you acknowledge |
23 | * that you have read and understood your obligations described above, | 24 | * that you have read and understood your obligations described above, |
@@ -43,6 +44,12 @@ class LLVector3; | |||
43 | class LLVector3d; | 44 | class LLVector3d; |
44 | class LLVector4; | 45 | class LLVector4; |
45 | 46 | ||
47 | // Error return values for getSize() functions | ||
48 | const S32 LL_BLOCK_NOT_IN_MESSAGE = -1; | ||
49 | const S32 LL_VARIABLE_NOT_IN_BLOCK = -2; | ||
50 | const S32 LL_MESSAGE_ERROR = -3; | ||
51 | |||
52 | |||
46 | class LLMessageReader | 53 | class LLMessageReader |
47 | { | 54 | { |
48 | public: | 55 | public: |