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/12 17:05:43 UTC

cvs commit: ws-axis/c/src/transport/axis3/HTTPChannel HTTPChannelInstantiator.cpp

prestonf    2005/01/12 08:05:43

  Modified:    c/src/transport/axis3/HTTPChannel
                        HTTPChannelInstantiator.cpp
  Log:
  Hi All,
  Update for trace in Transport.
  
  Regards,
  Fred Preston.
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/c/src/transport/axis3/HTTPChannel/HTTPChannelInstantiator.cpp
  
  Index: HTTPChannelInstantiator.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPChannel/HTTPChannelInstantiator.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTTPChannelInstantiator.cpp	12 Jan 2005 14:27:51 -0000	1.2
  +++ HTTPChannelInstantiator.cpp	12 Jan 2005 16:05:43 -0000	1.3
  @@ -21,7 +21,7 @@
   
   #define AXISTRACE_LIBRARY
   #define AXISTRACE_LIBRARY_MAINENTRYPOINT
  -#include "../../common/AxisTrace.h"
  +#include "../../../common/AxisTrace.h"
   
   #ifdef WIN32
   #pragma warning( disable : 4786)