Tag: cws_src680_qiq User: fs Date: 06/05/16 13:09:59 Modified: /dba/connectivity/source/drivers/adabas/ BConnection.cxx
Log: #i51143# changed signature of OSQLParseTreeIterator 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.100.1&r2=1.18.100.2 Delta lines: +3 -4 ------------------- --- BConnection.cxx 10 May 2006 11:52:28 -0000 1.18.100.1 +++ BConnection.cxx 16 May 2006 20:09:57 -0000 1.18.100.2 @@ -4,9 +4,9 @@ * * $RCSfile: BConnection.cxx,v $ * - * $Revision: 1.18.100.1 $ + * $Revision: 1.18.100.2 $ * - * last change: $Author: fs $ $Date: 2006/05/10 11:52:28 $ + * last change: $Author: fs $ $Date: 2006/05/16 20:09:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -302,8 +302,7 @@ { Reference< XTablesSupplier> xCata = createCatalog(); OSQLParseTreeIterator aParseIter(this, xCata->getTables(), - pNode, - &aParser); + aParser, pNode); aParseIter.traverseAll(); aRet = aParseIter.getSelectColumns(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
