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 sa...@apache.org on 2004/06/04 07:13:22 UTC

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

sanjaya     2004/06/03 22:13:22

  Modified:    c/src/engine XMLParserFactory.cpp
  Log:
  Changes to get the ParserLibrary from the AxisConfig object.
  
  Revision  Changes    Path
  1.6       +4 -4      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XMLParserFactory.cpp	21 May 2004 06:54:06 -0000	1.5
  +++ XMLParserFactory.cpp	4 Jun 2004 05:13:22 -0000	1.6
  @@ -47,11 +47,11 @@
   {
   #ifdef WIN32
   #ifdef _DEBUG
  -	m_pcLibraryPath = "AxisXMLParser_D.dll"; //this will be taken from configuration file
  -	//m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_XMLPARSER);
  +	//m_pcLibraryPath = "AxisXMLParser_D.dll"; //this will be taken from configuration file
  +	m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_XMLPARSER);
   #else
  -	m_pcLibraryPath = "AxisXMLParser.dll"; //this will be taken from configuration file
  -	//m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_XMLPARSER);
  +	//m_pcLibraryPath = "AxisXMLParser.dll"; //this will be taken from configuration file
  +	m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_XMLPARSER);
   #endif
   #else
   	m_pcLibraryPath = "/usr/local/Axis/libs/libaxis_xmlparser.so"; //this will be taken from configuration file