Tag: cws_src680_dba204b
User: fs      
Date: 2006/07/13 00:11:03

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

Log:
 RESYNC: (1.4-1.5); FILE MERGED

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.38.1&r2=1.4.38.2
Delta lines:  +18 -4
--------------------
--- warnings.hxx        10 Jul 2006 08:00:18 -0000      1.4.38.1
+++ warnings.hxx        13 Jul 2006 07:11:00 -0000      1.4.38.2
@@ -79,7 +79,21 @@
             :m_xExternalWarnings( _rxExternalWarnings )
         {
         }
-        virtual ~WarningsContainer(){}
+        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