Tag: cws_src680_kendy12 User: kendy Date: 2006/07/14 06:18:49 Modified: dba/connectivity/source/drivers/evoab2/NStatement.cxx
Log: #i67351# Fix build with evoab2. File Changes: Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: NStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NStatement.cxx?r1=1.5&r2=1.5.6.1 Delta lines: +5 -5 ------------------- --- NStatement.cxx 10 Jul 2006 14:26:12 -0000 1.5 +++ NStatement.cxx 14 Jul 2006 13:18:46 -0000 1.5.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: NStatement.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.6.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 14:26:12 $ + * last change: $Author: kendy $ $Date: 2006/07/14 13:18:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,8 +94,8 @@ m_xResultSet(NULL), m_pResultSet(NULL), m_pParseTree(NULL), - m_aSQLIterator(_pConnection->createCatalog()->getTables(), _pConnection->getMetaData(), NULL), - m_aParser(_pConnection->getDriver()->getMSFactory()) + m_aParser(_pConnection->getDriver()->getMSFactory()), + m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), m_aParser, NULL) { m_pConnection->acquire(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
