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 pr...@apache.org on 2005/01/12 17:05:57 UTC

cvs commit: ws-axis/c/src/transport/axis3/HTTPSSLChannel HTTPSSLChannelInstantiator.cpp

prestonf    2005/01/12 08:05:57

  Modified:    c/src/transport/axis3/HTTPSSLChannel
                        HTTPSSLChannelInstantiator.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/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp
  
  Index: HTTPSSLChannelInstantiator.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPSSLChannel/HTTPSSLChannelInstantiator.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HTTPSSLChannelInstantiator.cpp	12 Jan 2005 14:27:51 -0000	1.2
  +++ HTTPSSLChannelInstantiator.cpp	12 Jan 2005 16:05:57 -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)