axutil_types.h

00001 
00019 #ifndef AXUTIL_TYPES_H
00020 #define AXUTIL_TYPES_H
00021 
00022 #include <axutil_utils_defines.h>
00023 #include <axutil_error.h>
00024 #include <axutil_env.h>
00025 
00026 #ifdef __cplusplus
00027 extern "C"
00028 {
00029 #endif
00030 
00037     AXIS2_EXTERN int AXIS2_CALL
00038     axutil_atoi(
00039         const char *s);
00040 
00041 #define AXIS2_ATOI(s) axutil_atoi(s)
00042 
00045 #ifdef __cplusplus
00046 }
00047 #endif
00048 
00049 #endif                          /* AXIS2_TYPES_H */

Generated on Wed Jan 2 17:42:50 2008 for Axis2/C by  doxygen 1.5.1