Author: dushshantha
Date: Thu Mar 15 04:03:04 2007
New Revision: 518580
URL: http://svn.apache.org/viewvc?view=rev&rev=518580
Log:
removed few macro referances.
Modified:
webservices/sandesha/trunk/c/src/wsrm/rm_elements.c
webservices/sandesha/trunk/c/src/wsrm/seq_ack.c
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?view=diff&rev=518580&r1=518579&r2=518580
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/rm_elements.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/rm_elements.c Thu Mar 15 04:03:04 2007
@@ -691,7 +691,7 @@
soap_header_node);
if(addr_ns)
{
- axis2_char_t *str_addr_ns = AXIOM_NAMESPACE_GET_URI(addr_ns, env);
+ axis2_char_t *str_addr_ns = axiom_namespace_get_uri(addr_ns, env);
return str_addr_ns;
}
}
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?view=diff&rev=518580&r1=518579&r2=518580
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/seq_ack.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/seq_ack.c Thu Mar 15 04:03:04 2007
@@ -225,7 +225,7 @@
return NULL;
}
rm_ns = AXIOM_ELEMENT_GET_NAMESPACE(sa_part, env, sa_node);
- prefix = AXIOM_NAMESPACE_GET_PREFIX(rm_ns, env);
+ prefix = axiom_namespace_get_prefix(rm_ns, env);
seq_ack_impl->identifier = sandesha2_identifier_create(env,
seq_ack_impl->ns_val);
if(!seq_ack_impl->identifier)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]