Tag: cws_src680_qiq
User: fs      
Date: 06/05/14 23:29:17

Modified:
 /dba/connectivity/source/drivers/kab/
  KStatement.cxx

Log:
 #i51143# signature of OSQLParseIterator ctor changed

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&r2=1.2.80.1
Delta lines:  +3 -3
-------------------
--- KStatement.cxx      19 Dec 2005 16:51:20 -0000      1.2
+++ KStatement.cxx      15 May 2006 06:29:14 -0000      1.2.80.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: KStatement.cxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.2.80.1 $
  *
- *  last change: $Author: obo $ $Date: 2005/12/19 16:51:20 $
+ *  last change: $Author: fs $ $Date: 2006/05/15 06:29:14 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -83,8 +83,8 @@
        OPropertySetHelper(KabCommonStatement_BASE::rBHelper),
        rBHelper(KabCommonStatement_BASE::rBHelper),
        m_pParseTree(NULL),
-       m_aSQLIterator(_pConnection->createCatalog()->getTables(), 
_pConnection->getMetaData(), NULL),
        m_aParser(_pConnection->getDriver()->getMSFactory()),
+       m_aSQLIterator(_pConnection, 
_pConnection->createCatalog()->getTables(), NULL, &m_aParser),
        m_pConnection(_pConnection)
 {
        m_pConnection->acquire();




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

Reply via email to