Tag: cws_src680_qiq User: fs Date: 06/05/10 07:24:37 Modified: /dba/dbaccess/source/core/inc/ warnings.hxx
Log: #i51143# convenience version of appendWarning File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: warnings.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/warnings.hxx?r1=1.4&r2=1.4.4.1 Delta lines: +17 -3 -------------------- --- warnings.hxx 4 May 2006 08:38:53 -0000 1.4 +++ warnings.hxx 10 May 2006 14:24:34 -0000 1.4.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: warnings.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.4.1 $ * - * last change: $Author: rt $ $Date: 2006/05/04 08:38:53 $ + * last change: $Author: fs $ $Date: 2006/05/10 14:24:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,6 +79,20 @@ :m_xExternalWarnings( _rxExternalWarnings ) { } + + // convenience + /** appends an SQLWarning instance to the chain + @param _rWarning + the warning message + @param _pAsciiSQLState + the SQLState of the warning + @param _rxContext + the context of the warning + */ + void appendWarning( + const ::rtl::OUString& _rWarning, + const sal_Char* _pAsciiSQLState, + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext ); // IWarningsContainer virtual void appendWarning(const ::com::sun::star::sdbc::SQLException& _rWarning); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
