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 2004/06/23 11:34:41 UTC

cvs commit: ws-axis/c/src/transport/axis AxisTransportException.cpp

sanjaya     2004/06/23 02:34:41

  Modified:    c/src/transport/axis AxisTransportException.cpp
  Log:
  minor fix for windows
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/c/src/transport/axis/AxisTransportException.cpp
  
  Index: AxisTransportException.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis/AxisTransportException.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AxisTransportException.cpp	23 Jun 2004 04:22:24 -0000	1.7
  +++ AxisTransportException.cpp	23 Jun 2004 09:34:41 -0000	1.8
  @@ -136,7 +136,7 @@
                   " Channel while writing data";
               break;
           case SERVER_TRANSPORT_INPUT_STREAMING_ERROR:
  -            m_sMessage = "AxisTransportException:Input streaming error while" \ 
  +            m_sMessage = "AxisTransportException:Input streaming error while" \
                   " getting data";
               break;
           case SERVER_TRANSPORT_TIMEOUT_EXCEPTION: