diff options
Diffstat (limited to 'linden/indra/llcommon/llerrorlegacy.h')
-rw-r--r-- | linden/indra/llcommon/llerrorlegacy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llerrorlegacy.h b/linden/indra/llcommon/llerrorlegacy.h index 71cec83..143fe20 100644 --- a/linden/indra/llcommon/llerrorlegacy.h +++ b/linden/indra/llcommon/llerrorlegacy.h | |||
@@ -18,7 +18,8 @@ | |||
18 | * There are special exceptions to the terms and conditions of the GPL as | 18 | * There are special exceptions to the terms and conditions of the GPL as |
19 | * it is applied to this Source Code. View the full text of the exception | 19 | * it is applied to this Source Code. View the full text of the exception |
20 | * in the file doc/FLOSS-exception.txt in this software distribution, or | 20 | * in the file doc/FLOSS-exception.txt in this software distribution, or |
21 | * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception | 21 | * online at |
22 | * http://secondlifegrid.net/programs/open_source/licensing/flossexception | ||
22 | * | 23 | * |
23 | * By copying, modifying or distributing this software, you acknowledge | 24 | * By copying, modifying or distributing this software, you acknowledge |
24 | * that you have read and understood your obligations described above, | 25 | * that you have read and understood your obligations described above, |
@@ -52,6 +53,7 @@ const int LL_ERR_FILE_NOT_FOUND = -43; | |||
52 | const int LL_ERR_FILE_EMPTY = -44; | 53 | const int LL_ERR_FILE_EMPTY = -44; |
53 | const int LL_ERR_TCP_TIMEOUT = -23016; | 54 | const int LL_ERR_TCP_TIMEOUT = -23016; |
54 | const int LL_ERR_CIRCUIT_GONE = -23017; | 55 | const int LL_ERR_CIRCUIT_GONE = -23017; |
56 | const int LL_ERR_PRICE_MISMATCH = -23018; | ||
55 | 57 | ||
56 | 58 | ||
57 | 59 | ||