diff options
author | Merov Linden <merov@lindenlab.com> | 2015-04-13 15:29:56 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2015-04-13 15:29:56 -0700 |
commit | 637e096d5718d0a174b5383aa29e3480edd734ea (patch) | |
tree | d7ad5d848ab9c3448f8f0a4d80b74ab1bc743893 /indra/newview/llinventoryfunctions.h | |
parent | a9c3681cb5eecc043dab3f5c9dc9d97bc1af1075 (diff) |
DD-388 : More resilient way of reacting to not evaluated stock count throughout marketplace handling
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 4f4a64a7f9..687aa57d7f 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -32,6 +32,10 @@ #include "llinventory.h" #include "llwearabletype.h" +// compute_stock_count() return error code +const S32 COMPUTE_STOCK_INFINITE = -1; +const S32 COMPUTE_STOCK_NOT_EVALUATED = -2; + /******************************************************************************** ** ** ** MISCELLANEOUS GLOBAL FUNCTIONS |