Tag: cws_src680_qiq User: fs Date: 06/05/16 21:36:57 Modified: /dba/connectivity/source/drivers/mozab/ MStatement.cxx
Log: #i51143# changed signature of OSQLParseTreeIterator File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MStatement.cxx?r1=1.11.30.1&r2=1.11.30.2 Delta lines: +3 -3 ------------------- --- MStatement.cxx 10 May 2006 10:52:23 -0000 1.11.30.1 +++ MStatement.cxx 17 May 2006 04:36:54 -0000 1.11.30.2 @@ -4,9 +4,9 @@ * * $RCSfile: MStatement.cxx,v $ * - * $Revision: 1.11.30.1 $ + * $Revision: 1.11.30.2 $ * - * last change: $Author: fs $ $Date: 2006/05/10 10:52:23 $ + * last change: $Author: fs $ $Date: 2006/05/17 04:36:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -124,7 +124,7 @@ m_pTable(NULL), m_pParseTree(NULL), m_aParser(_pConnection->getDriver()->getMSFactory()), - m_pSQLIterator( new OSQLParseTreeIterator( _pConnection, _pConnection->createCatalog()->getTables(), NULL, &m_aParser ) ), + m_pSQLIterator( new OSQLParseTreeIterator( _pConnection, _pConnection->createCatalog()->getTables(), m_aParser, NULL ) ), m_xDBMetaData(_pConnection->getMetaData()) { m_pConnection->acquire(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
