oxs_axis2_utils.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #include <axis2_util.h>
00018 #include <oxs_buffer.h>
00019
00024 #ifndef OXS_AXIS_UTILS
00025 #define OXS_AXIS_UTILS
00026
00027 #ifdef __cplusplus
00028 extern "C" {
00029 #endif
00030
00035 #if 0
00036
00037 AXIS2_EXTERN oxs_buffer_ptr AXIS2_CALL oxs_base64_decode(axutil_env_t *env,
00038 oxs_buffer_ptr coded_buf);
00039
00040
00041 AXIS2_EXTERN oxs_buffer_ptr AXIS2_CALL oxs_base64_encode(axutil_env_t *env,
00042 oxs_buffer_ptr plain_buf);
00043 #endif
00044
00046 #ifdef __cplusplus
00047 }
00048 #endif
00049
00050 #endif