Tag: cws_src680_qiq User: fs Date: 06/05/17 04:55:30 Modified: /dba/connectivity/source/drivers/mozab/ MStatement.cxx
Log: #i51143# signature of OSQLParseTreeIterator ctor changed 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.2&r2=1.11.30.3 Delta lines: +3 -3 ------------------- --- MStatement.cxx 17 May 2006 04:36:54 -0000 1.11.30.2 +++ MStatement.cxx 17 May 2006 11:55:27 -0000 1.11.30.3 @@ -4,9 +4,9 @@ * * $RCSfile: MStatement.cxx,v $ * - * $Revision: 1.11.30.2 $ + * $Revision: 1.11.30.3 $ * - * last change: $Author: fs $ $Date: 2006/05/17 04:36:54 $ + * last change: $Author: fs $ $Date: 2006/05/17 11:55:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -258,7 +258,7 @@ getOwnConnection()->throwGenericSQLException( _aDbHelper.getErrorResourceId() ); } m_pSQLIterator.reset( new ::connectivity::OSQLParseTreeIterator( - m_pConnection, m_pConnection->createCatalog()->getTables(), NULL, &m_aParser ) ); + m_pConnection, m_pConnection->createCatalog()->getTables(), m_aParser, NULL ) ); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
