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 se...@apache.org on 2008/03/07 21:14:11 UTC

svn commit: r634799 - /webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c

Author: senaka
Date: Fri Mar  7 12:14:11 2008
New Revision: 634799

URL: http://svn.apache.org/viewvc?rev=634799&view=rev
Log:
Adding ability to toggle XML Formatting during execution

Modified:
    webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c

Modified: webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c?rev=634799&r1=634798&r2=634799&view=diff
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/src/tcpmon.c Fri Mar  7 12:14:11 2008
@@ -204,6 +204,11 @@
     do
     {
         c = getchar();
+        if (c == 'f')
+        {
+            format_bit = format_bit ? 0 : 1;
+            TCPMON_SESSION_SET_FORMAT_BIT(session, env, format_bit);
+        }
     }
     while (c != 'q');
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org