Tag: cws_src680_qiq User: fs Date: 06/05/16 13:11:54 Modified: /dba/connectivity/source/drivers/kab/ KStatement.cxx
Log: #i51143# changed signature of OSQLParseTreeIterator File Changes: Directory: /dba/connectivity/source/drivers/kab/ ================================================ File [changed]: KStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/kab/KStatement.cxx?r1=1.2.80.1&r2=1.2.80.2 Delta lines: +3 -3 ------------------- --- KStatement.cxx 15 May 2006 06:29:14 -0000 1.2.80.1 +++ KStatement.cxx 16 May 2006 20:11:52 -0000 1.2.80.2 @@ -4,9 +4,9 @@ * * $RCSfile: KStatement.cxx,v $ * - * $Revision: 1.2.80.1 $ + * $Revision: 1.2.80.2 $ * - * last change: $Author: fs $ $Date: 2006/05/15 06:29:14 $ + * last change: $Author: fs $ $Date: 2006/05/16 20:11:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,7 +84,7 @@ rBHelper(KabCommonStatement_BASE::rBHelper), m_pParseTree(NULL), m_aParser(_pConnection->getDriver()->getMSFactory()), - m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), NULL, &m_aParser), + m_aSQLIterator(_pConnection, _pConnection->createCatalog()->getTables(), m_aParser, NULL ), m_pConnection(_pConnection) { m_pConnection->acquire(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
