00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef SANDESHA2_ACK_FINAL_H
00018 #define SANDESHA2_ACK_FINAL_H
00019
00025 #include <sandesha2_iom_rm_element.h>
00026
00027
00028 #ifdef __cplusplus
00029 extern "C"
00030 {
00031 #endif
00032
00037 typedef struct sandesha2_ack_final sandesha2_ack_final_t;
00038
00043 AXIS2_DECLARE_DATA struct sandesha2_ack_final
00044 {
00045 sandesha2_iom_rm_element_t element;
00046 };
00047
00048 AXIS2_EXTERN sandesha2_ack_final_t* AXIS2_CALL
00049 sandesha2_ack_final_create(
00050 const axutil_env_t *env,
00051 axis2_char_t *ns_value);
00053 #ifdef __cplusplus
00054 }
00055 #endif
00056
00057 #endif
00058