Tag: cws_src680_qiq User: fs Date: 06/05/10 04:52:31 Modified: /dba/connectivity/source/drivers/adabas/ BConnection.cxx
Log: #i51443# changed API of the OSQLParseIterator File Changes: Directory: /dba/connectivity/source/drivers/adabas/ =================================================== File [changed]: BConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BConnection.cxx?r1=1.18&r2=1.18.100.1 Delta lines: +4 -5 ------------------- --- BConnection.cxx 8 Sep 2005 05:20:12 -0000 1.18 +++ BConnection.cxx 10 May 2006 11:52:28 -0000 1.18.100.1 @@ -4,9 +4,9 @@ * * $RCSfile: BConnection.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.18.100.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 05:20:12 $ + * last change: $Author: fs $ $Date: 2006/05/10 11:52:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -301,8 +301,7 @@ if(pNode) { Reference< XTablesSupplier> xCata = createCatalog(); - OSQLParseTreeIterator aParseIter(xCata->getTables(), - getMetaData(), + OSQLParseTreeIterator aParseIter(this, xCata->getTables(), pNode, &aParser); aParseIter.traverseAll(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
