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 18:16:51 UTC

cvs commit: ws-axis/c/src/common AxisConfig.cpp

prestonf    2005/01/12 09:16:51

  Modified:    c/src/common AxisConfig.cpp
  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.62      +2 -4      ws-axis/c/src/common/AxisConfig.cpp
  
  Index: AxisConfig.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AxisConfig.cpp,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- AxisConfig.cpp	11 Jan 2005 13:24:26 -0000	1.61
  +++ AxisConfig.cpp	12 Jan 2005 17:16:50 -0000	1.62
  @@ -45,10 +45,8 @@
        */
       m_pcKeyArray[AXCONF_AXISHOME]		= "\0";
       m_pcKeyArray[AXCONF_TRANSPORTHTTP]	= "Transport_http";
  -//	m_pcKeyArray[AXCONF_SSLCHANNEL]		= "Channel_ssl";
  -//	m_pcKeyArray[AXCONF_CHANNEL]		= "Channel";
  -    m_pcKeyArray[AXCONF_SSLCHANNEL_HTTP]= "Channel_HTTP_SSL";
  -    m_pcKeyArray[AXCONF_CHANNEL_HTTP]	= "Channel_HTTP";
  +    m_pcKeyArray[AXCONF_SSLCHANNEL_HTTP]= "Channel_HTTP_SSL";	// Was "Channel_ssl"
  +    m_pcKeyArray[AXCONF_CHANNEL_HTTP]	= "Channel_HTTP";		// Was "Channel"
       m_pcKeyArray[AXCONF_TRANSPORTSMTP]	= "Transport_smtp";
       m_pcKeyArray[AXCONF_XMLPARSER]		= "XMLParser";
       m_pcKeyArray[AXCONF_NODENAME]		= "NodeName";