User: hr      
Date: 2007-06-27 14:37:59+0000
Modified:
   dba/connectivity/source/inc/java/lang/Object.hxx

Log:
 INTEGRATION: CWS sdblogging (1.11.146); FILE MERGED
 2007/04/12 09:01:59 fs 1.11.146.1: #i76119# +ThrowLoggedSQLException

File Changes:

Directory: /dba/connectivity/source/inc/java/lang/
==================================================

File [changed]: Object.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/lang/Object.hxx?r1=1.11&r2=1.12
Delta lines:  +11 -1
--------------------
--- Object.hxx  2006-06-20 02:03:30+0000        1.11
+++ Object.hxx  2007-06-27 14:37:56+0000        1.12
@@ -76,6 +76,10 @@
 #endif //Os2
 #endif //HAVE_64BIT_POINTERS
 
+namespace comphelper
+{
+    class ResourceBasedEventLogger;
+}
 
 namespace connectivity
 {
@@ -132,7 +136,13 @@
 
                virtual ::rtl::OUString toString() const;
                ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory > getORB() { return m_xFactory; }
-               static void ThrowSQLException(JNIEnv * pEnv,const 
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> & 
_rContext) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
+
+        static void ThrowSQLException(JNIEnv * pEnv,const 
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> & 
_rContext);
+        static void ThrowLoggedSQLException(
+            const ::comphelper::ResourceBasedEventLogger& _rLogger,
+            JNIEnv* pEnvironment,
+            const ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface >& _rxContext
+        );
 
                static ::rtl::Reference< jvmaccess::VirtualMachine > 
getVM(const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >& _rxFactory=NULL);
        };




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to