Tag: cws_src680_qiq User: fs Date: 2006/06/30 06:28:56 Modified: dba/dbaccess/source/core/misc/warnings.cxx
Log: warning-free code 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.2&r2=1.2.4.3 Delta lines: +7 -2 ------------------- --- warnings.cxx 19 May 2006 10:52:28 -0000 1.2.4.2 +++ warnings.cxx 30 Jun 2006 13:28:53 -0000 1.2.4.3 @@ -4,9 +4,9 @@ * * $RCSfile: warnings.cxx,v $ * - * $Revision: 1.2.4.2 $ + * $Revision: 1.2.4.3 $ * - * last change: $Author: fs $ $Date: 2006/05/19 10:52:28 $ + * last change: $Author: fs $ $Date: 2006/06/30 13:28:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,6 +79,11 @@ // reached the end of the chain, and pChainTravel points to the last element const_cast< SQLException* >( pChainTravel )->NextException = _rChainRight; } + } + + //-------------------------------------------------------------------- + WarningsContainer::~WarningsContainer() + { } //-------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
