Author: dushshantha
Date: Wed Mar 14 04:42:24 2007
New Revision: 518102

URL: http://svn.apache.org/viewvc?view=rev&rev=518102
Log:
removed macro references as a fix for build break

Modified:
    webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c

Modified: 
webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c?view=diff&rev=518102&r1=518101&r2=518102
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c 
(original)
+++ webservices/sandesha/trunk/c/src/storage/permanent/permanent_storage_mgr.c 
Wed Mar 14 04:42:24 2007
@@ -674,7 +674,7 @@
         xml_writer = NULL;
         return AXIS2_FAILURE;
     }
-    AXIOM_OUTPUT_SET_SOAP11(om_output, env, axis2_msg_ctx_get_is_soap_11(
+    axiom_output_set_soap11(om_output, env, axis2_msg_ctx_get_is_soap_11(
         msg_ctx, env));
     AXIOM_SOAP_ENVELOPE_SERIALIZE(envelope, env, om_output, AXIS2_FALSE);
     soap_str = (axis2_char_t *)AXIOM_XML_WRITER_GET_XML(xml_writer, env);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to