Tag: cws_src680_qiq User: fs Date: 06/05/19 03:52:30 Modified: /dba/dbaccess/source/core/misc/ warnings.cxx
Log: signature of SQLExceptionIteratorHelper ctor changed during #i51143# File Changes: Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: warnings.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/warnings.cxx?r1=1.2.4.1&r2=1.2.4.2 Delta lines: +3 -3 ------------------- --- warnings.cxx 10 May 2006 14:24:38 -0000 1.2.4.1 +++ warnings.cxx 19 May 2006 10:52:28 -0000 1.2.4.2 @@ -4,9 +4,9 @@ * * $RCSfile: warnings.cxx,v $ * - * $Revision: 1.2.4.1 $ + * $Revision: 1.2.4.2 $ * - * last change: $Author: fs $ $Date: 2006/05/10 14:24:38 $ + * last change: $Author: fs $ $Date: 2006/05/19 10:52:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,7 @@ "lcl_concatWarnings: invalid warnings chain (this will crash)!" ); const SQLException* pChainTravel = static_cast< const SQLException* >( _rChainLeft.getValue() ); - SQLExceptionIteratorHelper aReferenceIterHelper( pChainTravel ); + SQLExceptionIteratorHelper aReferenceIterHelper( *pChainTravel ); while ( aReferenceIterHelper.hasMoreElements() ) pChainTravel = aReferenceIterHelper.next(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
