You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/02/28 03:17:35 UTC

svn commit: r381539 - /webservices/axis2/trunk/c/samples/server/echo/echo.c

Author: samisa
Date: Mon Feb 27 18:17:32 2006
New Revision: 381539

URL: http://svn.apache.org/viewcvs?rev=381539&view=rev
Log:
Removed verbose output

Modified:
    webservices/axis2/trunk/c/samples/server/echo/echo.c

Modified: webservices/axis2/trunk/c/samples/server/echo/echo.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/echo.c?rev=381539&r1=381538&r2=381539&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/server/echo/echo.c Mon Feb 27 18:17:32 2006
@@ -93,7 +93,7 @@
 
     AXIS2_OM_ELEMENT_SET_TEXT(text_om_ele, env, text, text_om_node);
     
-    
+    /*
     xml_writer = axis2_xml_writer_create_for_memory(env, NULL, AXIS2_FALSE, AXIS2_FALSE);
     om_output = axis2_om_output_create( env, xml_writer);
     
@@ -103,7 +103,7 @@
 
     AXIS2_OM_OUTPUT_FREE(om_output, env);
     AXIS2_FREE((*env)->allocator, buffer);
-
+    */
     return echo_om_node;
 }