You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/01/19 02:58:14 UTC

svn commit: r370345 - /webservices/axis2/trunk/c/modules/xml/soap/soap_builder.c

Author: samisa
Date: Wed Jan 18 17:58:11 2006
New Revision: 370345

URL: http://svn.apache.org/viewcvs?rev=370345&view=rev
Log:
Fixed linux build break. 

Modified:
    webservices/axis2/trunk/c/modules/xml/soap/soap_builder.c

Modified: webservices/axis2/trunk/c/modules/xml/soap/soap_builder.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/soap_builder.c?rev=370345&r1=370344&r2=370345&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/soap_builder.c (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/soap_builder.c Wed Jan 18 17:58:11 2006
@@ -537,7 +537,6 @@
         }
         if(builder_impl->soap_version == AXIS2_SOAP12)
         {
-           // printf(" handel event 12");
             status = AXIS2_SOAP12_BUILDER_HELPER_HANDLE_EVENT(((axis2_soap12_builder_helper_t *)(builder_impl->builder_helper)), 
                 env,  om_element_node , element_level);
             if(status == AXIS2_FAILURE)