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

cvs commit: ws-axis/c/src/platforms/windows PlatformSpecificWindows.hpp

prestonf    2005/01/07 03:12:35

  Modified:    c/src/platforms/windows PlatformSpecificWindows.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.7       +2 -1      ws-axis/c/src/platforms/windows/PlatformSpecificWindows.hpp
  
  Index: PlatformSpecificWindows.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/platforms/windows/PlatformSpecificWindows.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PlatformSpecificWindows.hpp	17 Dec 2004 11:49:45 -0000	1.6
  +++ PlatformSpecificWindows.hpp	7 Jan 2005 11:12:35 -0000	1.7
  @@ -32,7 +32,8 @@
     #define PLATFORM_XMLPARSER_PATH      "AxisXMLParser.dll"
     #define PLATFORM_TRANSPORTHTTP_PATH  "AxisTransport.dll"
   #endif
  -#define PLATFORM_SSLCHANNEL_PATH  "????"
  +#define PLATFORM_CHANNEL_PATH		   "????"
  +#define PLATFORM_SSLCHANNEL_PATH	   "????"
   
   #define PLATFORM_LOG_PATH            ""
   #define PLATFORM_CLIENTLOG_PATH      ""