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 2004/11/10 04:41:56 UTC

cvs commit: ws-axis/c/src/engine/client Call.cpp

samisa      2004/11/09 19:41:56

  Modified:    c/src/engine/client Call.cpp
  Log:
  Fixed the use of Channel.h and AxisTransport.h headers from removed transport. Added AxisException.hpp header
  
  Revision  Changes    Path
  1.70      +1 -2      ws-axis/c/src/engine/client/Call.cpp
  
  Index: Call.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/client/Call.cpp,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- Call.cpp	9 Nov 2004 09:40:55 -0000	1.69
  +++ Call.cpp	10 Nov 2004 03:41:56 -0000	1.70
  @@ -27,9 +27,8 @@
   
   
   #include <axis/client/Call.hpp>
  +#include <axis/server/AxisException.hpp>
   #include "../../common/AxisConfig.h"
  -#include "../../transport/axis/AxisTransport.h"
  -#include "../../transport/axis/Channel.hpp"
   #include "ClientAxisEngine.h"
   #include "../SOAPTransportFactory.h"
   #include "../../transport/SOAPTransport.h"