User: obo     
Date: 2006/07/10 08:15:53

Modified:
   dba/dbaccess/source/core/inc/warnings.hxx

Log:
 INTEGRATION: CWS qiq (1.4.4); FILE MERGED
 2006/06/30 13:28:23 fs 1.4.4.2: warning-free code
 2006/05/10 14:24:34 fs 1.4.4.1: #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.5
Delta lines:  +15 -0
--------------------
--- warnings.hxx        4 May 2006 08:38:53 -0000       1.4
+++ warnings.hxx        10 Jul 2006 15:15:50 -0000      1.5
@@ -79,6 +79,21 @@
             :m_xExternalWarnings( _rxExternalWarnings )
         {
         }
+        virtual ~WarningsContainer();
+
+        // 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]

Reply via email to