diff options
author | shankar | 2010-04-01 14:07:15 +0000 |
---|---|---|
committer | shankar | 2010-04-01 14:07:15 +0000 |
commit | afe578cd8894b9a6cd6c6b65e552448536f02dce (patch) | |
tree | ab587d961c643011c11412d6174455b9f4b70537 /util/include/axutil_utils.h | |
parent | 43a95ab28944f2178de3f70f97578bad0b14df62 (diff) | |
download | axis2c-afe578cd8894b9a6cd6c6b65e552448536f02dce.tar.gz axis2c-afe578cd8894b9a6cd6c6b65e552448536f02dce.tar.bz2 |
Refactor, adding comments, improving performance
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@929982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util/include/axutil_utils.h')
-rw-r--r-- | util/include/axutil_utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/include/axutil_utils.h b/util/include/axutil_utils.h index 8c156d1..1cef523 100644 --- a/util/include/axutil_utils.h +++ b/util/include/axutil_utils.h @@ -24,6 +24,7 @@ #include <axutil_env.h> #include <axutil_date_time.h> #include <axutil_base64_binary.h> +#include <assert.h> #ifdef __cplusplus extern "C" @@ -43,6 +44,9 @@ extern "C" #define AXUTIL_LOG_FILE_SIZE 1024 * 1024 * 32 #define AXUTIL_LOG_FILE_NAME_SIZE 512 + +#define AXIS2_ASSERT assert + /** This macro is called to check whether structure on which function is called * is NULL and to check whether the environment structure passed is valid. * @param object structure on which function is called |