Author: mturk Date: Mon Apr 13 10:16:13 2009 New Revision: 764392 URL: http://svn.apache.org/viewvc?rev=764392&view=rev Log: Use larger base for our errors
Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h?rev=764392&r1=764391&r2=764392&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h (original) +++ commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h Mon Apr 13 10:16:13 2009 @@ -387,9 +387,10 @@ #define ACR_ENOTENOUGHENTROPY (ACR_OS_START_ERROR + 28) /** @} */ -#define ACR_EISNULL (ACR_OS_START_ERROR + 29) -#define ACR_EINVALSIZ (ACR_OS_START_ERROR + 30) -#define ACR_ERANGE (ACR_OS_START_ERROR + 31) +/** ACR private errors added to the std APR errors */ +#define ACR_EISNULL (ACR_OS_START_ERROR + 100) +#define ACR_EINVALSIZ (ACR_OS_START_ERROR + 101) +#define ACR_ERANGE (ACR_OS_START_ERROR + 102) /** * @defgroup ACR_STATUS_IS Status Value Tests