Modified: webservices/sandesha/trunk/c/src/util/seq_mgr.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/seq_mgr.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/util/seq_mgr.c (original) +++ webservices/sandesha/trunk/c/src/util/seq_mgr.c Fri Aug 25 20:47:35 2006 @@ -19,7 +19,7 @@ #include <sandesha2_seq_property_mgr.h> #include <sandesha2_create_seq_mgr.h> #include <sandesha2_spec_specific_consts.h> -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_utils.h> #include <sandesha2_ack_mgr.h> #include <sandesha2_constants.h> #include <sandesha2_msg_ctx.h> @@ -153,7 +153,7 @@ SANDESHA2_NEXT_MSG_MGR_INSERT(next_msg_mgr, env, next_msg_bean); /* Message to invoke. This will apply for only in-order invocations */ - /*sandesha2_utils_start_sender_for_seq(env, conf_ctx, seq_id);*/ + sandesha2_utils_start_sender_for_seq(env, conf_ctx, seq_id); /* Setting the RM Spec version for this sequence */ create_seq_msg_action = SANDESHA2_MSG_CTX_GET_WSA_ACTION(create_seq_msg, env); if(create_seq_msg_action == NULL)
Modified: webservices/sandesha/trunk/c/src/util/spec_specific_consts.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/spec_specific_consts.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/util/spec_specific_consts.c (original) +++ webservices/sandesha/trunk/c/src/util/spec_specific_consts.c Fri Aug 25 20:47:35 2006 @@ -14,9 +14,9 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_spec_specific_consts.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_error.h> +#include <sandesha2_spec_specific_consts.h> +#include <sandesha2_constants.h> +#include <sandesha2_error.h> #include <axis2_string.h> #include <axis2_addr.h> Modified: webservices/sandesha/trunk/c/src/util/terminate_mgr.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/terminate_mgr.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/util/terminate_mgr.c (original) +++ webservices/sandesha/trunk/c/src/util/terminate_mgr.c Fri Aug 25 20:47:35 2006 @@ -14,13 +14,13 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_utils.h> #include <sandesha2_terminate_mgr.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_property_bean.h> +#include <sandesha2_constants.h> +#include <sandesha2_property_bean.h> #include <sandesha2_seq_property_bean.h> #include <sandesha2_ack_range.h> -#include <sandesha2/sandesha2_spec_specific_consts.h> +#include <sandesha2_spec_specific_consts.h> #include <axis2_string.h> #include <axis2_uuid_gen.h> #include <axis2_addr.h> Modified: webservices/sandesha/trunk/c/src/util/utils.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/utils.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/util/utils.c (original) +++ webservices/sandesha/trunk/c/src/util/utils.c Fri Aug 25 20:47:35 2006 @@ -14,14 +14,14 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_utils.h> #include <sys/timeb.h> #include <axis2_param.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_in_order_invoker.h> -#include <sandesha2/sandesha2_transport_sender.h> +#include <sandesha2_constants.h> +#include <sandesha2_in_order_invoker.h> +#include <sandesha2_transport_sender.h> #include <sandesha2_seq_property_mgr.h> -#include <sandesha2/sandesha2_error.h> +#include <sandesha2_error.h> #include <sandesha2_sender.h> #include <axis2_string.h> #include <axis2_conf.h> @@ -35,11 +35,11 @@ #include <axis2_http_transport.h> #include <axis2_addr.h> #include <axiom_soap_header.h> -#include <sandesha2/sandesha2_seq.h> -#include <sandesha2/sandesha2_seq_ack.h> -#include <sandesha2/sandesha2_ack_requested.h> -#include <sandesha2/sandesha2_close_seq.h> -#include <sandesha2/sandesha2_close_seq_res.h> +#include <sandesha2_seq.h> +#include <sandesha2_seq_ack.h> +#include <sandesha2_ack_requested.h> +#include <sandesha2_close_seq.h> +#include <sandesha2_close_seq_res.h> #include <stdlib.h> static axis2_array_list_t * Modified: webservices/sandesha/trunk/c/src/workers/in_order_invoker.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/in_order_invoker.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/workers/in_order_invoker.c (original) +++ webservices/sandesha/trunk/c/src/workers/in_order_invoker.c Fri Aug 25 20:47:35 2006 @@ -13,15 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include <sandesha2/sandesha2_in_order_invoker.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_in_order_invoker.h> +#include <sandesha2_constants.h> +#include <sandesha2_utils.h> #include <sandesha2_transaction.h> #include <sandesha2_storage_mgr.h> #include <sandesha2_seq_property_bean.h> #include <sandesha2_seq_property_mgr.h> -#include <sandesha2/sandesha2_msg_ctx.h> -#include <sandesha2/sandesha2_seq.h> +#include <sandesha2_msg_ctx.h> +#include <sandesha2_seq.h> #include <sandesha2_msg_init.h> #include <axis2_addr.h> #include <axis2_engine.h> Modified: webservices/sandesha/trunk/c/src/workers/sender.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/sender.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/workers/sender.c (original) +++ webservices/sandesha/trunk/c/src/workers/sender.c Fri Aug 25 20:47:35 2006 @@ -15,14 +15,14 @@ */ #include <sandesha2_sender.h> #include <sandesha2_ack_mgr.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_constants.h> +#include <sandesha2_utils.h> #include <sandesha2_transaction.h> #include <sandesha2_storage_mgr.h> #include <sandesha2_seq_property_bean.h> #include <sandesha2_seq_property_mgr.h> -#include <sandesha2/sandesha2_msg_ctx.h> -#include <sandesha2/sandesha2_seq.h> +#include <sandesha2_msg_ctx.h> +#include <sandesha2_seq.h> #include <axis2_addr.h> #include <axis2_engine.h> #include <stdlib.h> @@ -32,8 +32,8 @@ #include <axiom_soap_fault.h> #include <axiom_soap_body.h> #include <sandesha2_msg_init.h> -#include <sandesha2/sandesha2_terminate_seq.h> -#include <sandesha2/sandesha2_terminate_mgr.h> +#include <sandesha2_terminate_seq.h> +#include <sandesha2_terminate_mgr.h> #include <sandesha2_msg_retrans_adjuster.h> /** @@ -488,7 +488,6 @@ sender_bean = SANDESHA2_SENDER_MGR_GET_NEXT_MSG_TO_SEND(mgr, env); if(NULL == sender_bean) { - printf("sender_bean is NULL\n"); continue; } @@ -511,7 +510,6 @@ sender_bean, sender_impl->conf_ctx, storage_mgr); if(AXIS2_FALSE == continue_sending) { - printf("continue_sending true\n"); continue; } @@ -610,7 +608,6 @@ axis2_bool_t resend = AXIS2_FALSE; resend = SANDESHA2_SENDER_BEAN_IS_RESEND(sender_bean, env); - printf("resend:%d\n", resend); if(AXIS2_TRUE == resend) { SANDESHA2_SENDER_BEAN_SET_SENT_COUNT(bean1, env, @@ -674,3 +671,4 @@ return NULL; } + Modified: webservices/sandesha/trunk/c/src/wsrm/accept.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/accept.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/accept.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/accept.c Fri Aug 25 20:47:35 2006 @@ -13,9 +13,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - #include <sandesha2/sandesha2_accept.h> - #include <sandesha2/sandesha2_acks_to.h> - #include <sandesha2/sandesha2_constants.h> + #include <sandesha2_accept.h> + #include <sandesha2_acks_to.h> + #include <sandesha2_constants.h> /** * @brief Accept struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/ack_final.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/ack_final.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/ack_final.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/ack_final.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_ack_final.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_ack_final.h> +#include <sandesha2_constants.h> /** * @brief AckFinal struct impl * Sandesha2 IOM AckFinal Modified: webservices/sandesha/trunk/c/src/wsrm/ack_none.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/ack_none.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/ack_none.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/ack_none.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_ack_none.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_ack_none.h> +#include <sandesha2_constants.h> /** * @brief AckNone struct impl * Sandesha2 IOM AckNone Modified: webservices/sandesha/trunk/c/src/wsrm/ack_range.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/ack_range.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/ack_range.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/ack_range.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_ack_range.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_ack_range.h> +#include <sandesha2_constants.h> #include <stdio.h> /** * @brief AckRange struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/ack_requested.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/ack_requested.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/ack_requested.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/ack_requested.c Fri Aug 25 20:47:35 2006 @@ -14,10 +14,10 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_ack_requested.h> +#include <sandesha2_ack_requested.h> #include <axiom_soap_header.h> #include <axiom_soap_header_block.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_constants.h> /** * @brief AckRequested struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/acks_to.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/acks_to.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/acks_to.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/acks_to.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_acks_to.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_acks_to.h> +#include <sandesha2_constants.h> /** * @brief AcksTo struct impl * Sandesha2 IOM AcksTo Modified: webservices/sandesha/trunk/c/src/wsrm/address.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/address.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/address.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/address.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_address.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_address.h> +#include <sandesha2_constants.h> /** * @brief Address struct impl * Sandesha2 IOM Address Modified: webservices/sandesha/trunk/c/src/wsrm/close_seq.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/close_seq.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/close_seq.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/close_seq.c Fri Aug 25 20:47:35 2006 @@ -14,9 +14,9 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_close_seq.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_close_seq.h> +#include <sandesha2_constants.h> +#include <sandesha2_utils.h> #include <axiom_soap_body.h> /** * @brief CloseSeq struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/close_seq_res.c Fri Aug 25 20:47:35 2006 @@ -14,9 +14,9 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_close_seq_res.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_close_seq_res.h> +#include <sandesha2_constants.h> +#include <sandesha2_utils.h> #include <axiom_soap_body.h> #include <sandesha2_identifier.h> /** Modified: webservices/sandesha/trunk/c/src/wsrm/create_seq.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/create_seq.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/create_seq.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/create_seq.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_create_seq.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_create_seq.h> +#include <sandesha2_constants.h> #include <axiom_soap_body.h> #include <sandesha2_utils.h> /** Modified: webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/create_seq_res.c Fri Aug 25 20:47:35 2006 @@ -13,8 +13,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include <sandesha2/sandesha2_create_seq_res.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_create_seq_res.h> +#include <sandesha2_constants.h> #include <axiom_soap_body.h> #include <sandesha2_utils.h> /** Modified: webservices/sandesha/trunk/c/src/wsrm/expires.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/expires.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/expires.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/expires.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_expires.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_expires.h> +#include <sandesha2_constants.h> /** * @brief Expires struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/fault_code.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/fault_code.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/fault_code.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/fault_code.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_fault_code.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_fault_code.h> +#include <sandesha2_constants.h> /** * @brief FaultCode struct impl * Sandesha2 IOM FaultCode Modified: webservices/sandesha/trunk/c/src/wsrm/identifier.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/identifier.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/identifier.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/identifier.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_identifier.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_identifier.h> +#include <sandesha2_constants.h> /** * @brief Identifier struct impl * Sandesha2 IOM Identifier @@ -184,7 +184,8 @@ void* AXIS2_CALL sandesha2_identifier_from_om_node( sandesha2_iom_rm_element_t *identifier, - const axis2_env_t *env, axiom_node_t *om_node) + const axis2_env_t *env, + axiom_node_t *om_node) { sandesha2_identifier_impl_t *identifier_impl = NULL; axiom_element_t *om_element = NULL; Modified: webservices/sandesha/trunk/c/src/wsrm/last_msg.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/last_msg.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/last_msg.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/last_msg.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_last_msg.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_last_msg.h> +#include <sandesha2_constants.h> /** * @brief LastMessage struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/msg_number.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/msg_number.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/msg_number.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/msg_number.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_msg_number.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_msg_number.h> +#include <sandesha2_constants.h> #include <stdio.h> #include <stdlib.h> Modified: webservices/sandesha/trunk/c/src/wsrm/nack.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/nack.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/nack.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/nack.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_nack.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_nack.h> +#include <sandesha2_constants.h> #include <stdio.h> /** Modified: webservices/sandesha/trunk/c/src/wsrm/rm_elements.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/rm_elements.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/rm_elements.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/rm_elements.c Fri Aug 25 20:47:35 2006 @@ -14,11 +14,11 @@ * limitations under the License. */ #include <sandesha2_rm_elements.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_constants.h> #include <axis2_hash.h> #include <axiom_soap_const.h> -#include <sandesha2/sandesha2_iom_rm_part.h> -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_iom_rm_part.h> +#include <sandesha2_utils.h> #include <axiom_soap_header.h> #include <axiom_soap_body.h> #include <stdio.h> @@ -383,10 +383,12 @@ } qname = axis2_qname_create(env, SANDESHA2_WSRM_COMMON_SEQ_ACK, rm_ns_val, NULL); + printf("came1\n"); seq_ack_element = AXIOM_ELEMENT_GET_FIRST_CHILD_WITH_QNAME(header_element, env, qname, header_node, &seq_ack_node); if(NULL != seq_ack_element) { + printf("came2\n"); elements_impl->seq_ack = sandesha2_seq_ack_create(env, rm_ns_val); SANDESHA2_IOM_RM_ELEMENT_FROM_OM_NODE(elements_impl->seq_ack, env, header_node); @@ -410,6 +412,7 @@ &create_seq_res_node); if(NULL != create_seq_res_node) { + printf("came3\n"); elements_impl->create_seq_res = sandesha2_create_seq_res_create(env, rm_ns_val, addr_ns_val); SANDESHA2_IOM_RM_ELEMENT_FROM_OM_NODE(elements_impl->create_seq_res, env, Modified: webservices/sandesha/trunk/c/src/wsrm/seq_ack.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/seq_ack.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/seq_ack.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/seq_ack.c Fri Aug 25 20:47:35 2006 @@ -14,9 +14,9 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_seq_ack.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_spec_specific_consts.h> +#include <sandesha2_seq_ack.h> +#include <sandesha2_constants.h> +#include <sandesha2_spec_specific_consts.h> #include <axiom_soap_header.h> #include <axiom_soap_header_block.h> @@ -202,8 +202,9 @@ axis2_status_t AXIS2_CALL -sandesha2_seq_ack_free (sandesha2_iom_rm_element_t *seq_ack, - const axis2_env_t *env) +sandesha2_seq_ack_free ( + sandesha2_iom_rm_element_t *seq_ack, + const axis2_env_t *env) { sandesha2_seq_ack_impl_t *seq_ack_impl = NULL; AXIS2_ENV_CHECK(env, AXIS2_FAILURE); @@ -249,8 +250,9 @@ } axis2_char_t* AXIS2_CALL -sandesha2_seq_ack_get_namespace_value (sandesha2_iom_rm_element_t *seq_ack, - const axis2_env_t *env) +sandesha2_seq_ack_get_namespace_value ( + sandesha2_iom_rm_element_t *seq_ack, + const axis2_env_t *env) { sandesha2_seq_ack_impl_t *seq_ack_impl = NULL; AXIS2_ENV_CHECK(env, NULL); @@ -261,8 +263,10 @@ void* AXIS2_CALL -sandesha2_seq_ack_from_om_node(sandesha2_iom_rm_element_t *seq_ack, - const axis2_env_t *env, axiom_node_t *om_node) +sandesha2_seq_ack_from_om_node( + sandesha2_iom_rm_element_t *seq_ack, + const axis2_env_t *env, + axiom_node_t *om_node) { sandesha2_seq_ack_impl_t *seq_ack_impl = NULL; axiom_element_t *om_element = NULL; Modified: webservices/sandesha/trunk/c/src/wsrm/seq_fault.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/seq_fault.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/seq_fault.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/seq_fault.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_seq_fault.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_seq_fault.h> +#include <sandesha2_constants.h> /** * @brief SequenceFault struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/seq_offer.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/seq_offer.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/seq_offer.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/seq_offer.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_seq_offer.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_seq_offer.h> +#include <sandesha2_constants.h> /** * @brief SequenceOffer struct impl Modified: webservices/sandesha/trunk/c/src/wsrm/sequence.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/sequence.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/sequence.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/sequence.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_seq.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_seq.h> +#include <sandesha2_constants.h> #include <axiom_soap_header.h> #include <axiom_soap_header_block.h> Modified: webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/terminate_seq.c Fri Aug 25 20:47:35 2006 @@ -14,9 +14,9 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_terminate_seq.h> -#include <sandesha2/sandesha2_constants.h> -#include <sandesha2/sandesha2_utils.h> +#include <sandesha2_terminate_seq.h> +#include <sandesha2_constants.h> +#include <sandesha2_utils.h> #include <axiom_soap_body.h> /** Modified: webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c?rev=437066&r1=437065&r2=437066&view=diff ============================================================================== --- webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c (original) +++ webservices/sandesha/trunk/c/src/wsrm/terminate_seq_res.c Fri Aug 25 20:47:35 2006 @@ -14,8 +14,8 @@ * limitations under the License. */ -#include <sandesha2/sandesha2_terminate_seq_res.h> -#include <sandesha2/sandesha2_constants.h> +#include <sandesha2_terminate_seq_res.h> +#include <sandesha2_constants.h> #include <axiom_soap_body.h> /** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
