Tag: cws_src680_qiq
User: fs      
Date: 06/05/16 13:10:55

Modified:
 /dba/connectivity/source/drivers/file/
  FStatement.cxx

Log:
 #i51143# changed signature of OSQLParseTreeIterator

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FStatement.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FStatement.cxx?r1=1.38.96.1&r2=1.38.96.2
Delta lines:  +3 -3
-------------------
--- FStatement.cxx      10 May 2006 10:51:22 -0000      1.38.96.1
+++ FStatement.cxx      16 May 2006 20:10:52 -0000      1.38.96.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: FStatement.cxx,v $
  *
- *  $Revision: 1.38.96.1 $
+ *  $Revision: 1.38.96.2 $
  *
- *  last change: $Author: fs $ $Date: 2006/05/10 10:51:22 $
+ *  last change: $Author: fs $ $Date: 2006/05/16 20:10:52 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -109,7 +109,7 @@
        ,m_pConnection(_pConnection)
        ,m_pParseTree(NULL)
        ,m_aParser(_pConnection->getDriver()->getFactory())
-       ,m_aSQLIterator( _pConnection, 
_pConnection->createCatalog()->getTables(), NULL, &m_aParser )
+       ,m_aSQLIterator( _pConnection, 
_pConnection->createCatalog()->getTables(), m_aParser, NULL )
        ,m_nMaxFieldSize(0)
        ,m_nMaxRows(0)
        ,m_nQueryTimeOut(0)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to