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 2005/02/25 07:54:30 UTC

cvs commit: ws-axis/c/src/server/simple_axis_server SimpleAxisTransport.cpp

samisa      2005/02/24 22:54:30

  Modified:    c/src/server/simple_axis_server SimpleAxisTransport.cpp
  Log:
  Changes to fix compilation problems on Windows
  
  Revision  Changes    Path
  1.8       +2 -0      ws-axis/c/src/server/simple_axis_server/SimpleAxisTransport.cpp
  
  Index: SimpleAxisTransport.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/server/simple_axis_server/SimpleAxisTransport.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SimpleAxisTransport.cpp	25 Feb 2005 05:06:45 -0000	1.7
  +++ SimpleAxisTransport.cpp	25 Feb 2005 06:54:30 -0000	1.8
  @@ -92,6 +92,7 @@
       {
   	setTransportProperty (key, value);
       }
  +    return 0;
   }
   
   AXIS_TRANSPORT_STATUS
  @@ -267,6 +268,7 @@
       m_strHTTPHeaders +=
   	std::string (pcKey) + std::string (": ") + std::string (pcValue) +
   	std::string ("\r\n");
  +    return 0;
   }
   
   const char *