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/05/19 05:15:12 UTC

cvs commit: ws-axis/c/src/engine SOAPTransportFactory.cpp XMLParserFactory.cpp

damitha     2004/05/18 20:15:12

  Modified:    c/src/engine SOAPTransportFactory.cpp XMLParserFactory.cpp
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/src/engine/SOAPTransportFactory.cpp
  
  Index: SOAPTransportFactory.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/SOAPTransportFactory.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SOAPTransportFactory.cpp	18 May 2004 11:09:09 -0000	1.1
  +++ SOAPTransportFactory.cpp	19 May 2004 03:15:12 -0000	1.2
  @@ -49,7 +49,7 @@
   	m_pcLibraryPath = "AxisTransport.dll"; //this will be taken from configuration file
   #endif
   #else
  -	m_pcLibraryPath = "libAxisTransport.so"; //this will be taken from configuration file
  +	m_pcLibraryPath = "/usr/local/Axis/libs/libaxis_transport.so"; //this will be taken from configuration file
   #endif
   	if (!loadLib())
   	{
  
  
  
  1.4       +1 -1      ws-axis/c/src/engine/XMLParserFactory.cpp
  
  Index: XMLParserFactory.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/XMLParserFactory.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XMLParserFactory.cpp	18 May 2004 11:45:15 -0000	1.3
  +++ XMLParserFactory.cpp	19 May 2004 03:15:12 -0000	1.4
  @@ -49,7 +49,7 @@
   	m_pcLibraryPath = "AxisXMLParser.dll"; //this will be taken from configuration file
   #endif
   #else
  -	m_pcLibraryPath = "/usr/local/Axis/libs/lib_axis_xmlparser.so"; //this will be taken from configuration file
  +	m_pcLibraryPath = "/usr/local/Axis/libs/libaxis_xmlparser.so"; //this will be taken from configuration file
   #endif
   	if (!loadLib())
   	{