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

cvs commit: ws-axis/c/src/platforms/unix PlatformSpecificUnix.hpp

prestonf    2005/01/07 03:12:43

  Modified:    c/src/platforms/unix PlatformSpecificUnix.hpp
  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.8       +2 -1      ws-axis/c/src/platforms/unix/PlatformSpecificUnix.hpp
  
  Index: PlatformSpecificUnix.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/platforms/unix/PlatformSpecificUnix.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PlatformSpecificUnix.hpp	20 Dec 2004 14:29:40 -0000	1.7
  +++ PlatformSpecificUnix.hpp	7 Jan 2005 11:12:43 -0000	1.8
  @@ -24,7 +24,8 @@
   // =============================================================
   #define PLATFORM_XMLPARSER_PATH      "libaxis_xmlparser.so"
   #define PLATFORM_TRANSPORTHTTP_PATH  "libaxis_transport.so"
  -#define PLATFORM_SSLCHANNEL_PATH  "libaxis2_ssl_channel.so"
  +#define PLATFORM_CHANNEL_PATH        "libaxis2_channel.so"
  +#define PLATFORM_SSLCHANNEL_PATH     "libaxis2_ssl_channel.so"
   
   #define PLATFORM_LOG_PATH            "/usr/local/axiscpp_deploy/log/AxisLog"
   #define PLATFORM_CLIENTLOG_PATH      "/usr/local/axiscpp_deploy/log/AxisClientLog"