User: kz Date: 2006/07/19 02:35:55 Modified: dba/connectivity/source/drivers/evoab2/NStatement.cxx
Log: INTEGRATION: CWS kendy12 (1.5.6); FILE MERGED 2006/07/14 13:18:46 kendy 1.5.6.1: #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.6 Delta lines: +2 -2 ------------------- --- NStatement.cxx 10 Jul 2006 14:26:12 -0000 1.5 +++ NStatement.cxx 19 Jul 2006 09:35:52 -0000 1.6 @@ -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]
