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 pr...@apache.org on 2005/01/10 16:25:44 UTC

cvs commit: ws-axis/c/src/transport/axis3 HTTPTransport.cpp URL.cpp

prestonf    2005/01/10 07:25:44

  Modified:    c/src/transport/axis3 HTTPTransport.cpp URL.cpp
  Log:
  Hi All,
  These are modifications needed for the draft of the new http transport implementation AXIS3 (see AXISCPP-361).
  Regards,
  Fred Preston.
  
  Revision  Changes    Path
  1.3       +0 -1      ws-axis/c/src/transport/axis3/HTTPTransport.cpp
  
  Index: HTTPTransport.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPTransport.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTTPTransport.cpp	7 Jan 2005 15:22:42 -0000	1.2
  +++ HTTPTransport.cpp	10 Jan 2005 15:25:43 -0000	1.3
  @@ -19,7 +19,6 @@
    *
    */
   
  -
   #ifdef WIN32
   #pragma warning (disable : 4786)
   #pragma warning (disable : 4101)
  
  
  
  1.2       +0 -1      ws-axis/c/src/transport/axis3/URL.cpp
  
  Index: URL.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis3/URL.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- URL.cpp	6 Jan 2005 17:33:15 -0000	1.1
  +++ URL.cpp	10 Jan 2005 15:25:43 -0000	1.2
  @@ -21,7 +21,6 @@
    *
    */
   
  -
   #include "Platform.hpp"
   #include "URL.hpp"
   #include <ctype.h>