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 da...@apache.org on 2004/03/29 12:46:31 UTC

cvs commit: ws-axis/c/src/transport/axis TransportFactory.cpp

damitha     2004/03/29 02:46:31

  Modified:    c/src/transport/axis TransportFactory.cpp
  Log:
  
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/c/src/transport/axis/TransportFactory.cpp
  
  Index: TransportFactory.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis/TransportFactory.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TransportFactory.cpp	24 Mar 2004 06:57:31 -0000	1.7
  +++ TransportFactory.cpp	29 Mar 2004 10:46:31 -0000	1.8
  @@ -69,7 +69,7 @@
   	}
   	else if(url.GetProtocol() == Url::https)
   	{
  -		return NULL; // currently not supported
  +		return new HttpTransport(url, secure); // currently not supported
   	}
   	else if(url.GetProtocol() == Url::ftp)
   	{