User: hr Date: 2007-06-27 14:39:58+0000 Modified: dba/connectivity/source/inc/java/sql/ResultSet.hxx
Log: INTEGRATION: CWS sdblogging (1.10.26); FILE MERGED 2007/04/12 09:02:54 fs 1.10.26.1: #i76119# logging facilities File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [changed]: ResultSet.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/ResultSet.hxx?r1=1.10&r2=1.11 Delta lines: +4 -1 ------------------- --- ResultSet.hxx 2007-01-15 13:38:26+0000 1.10 +++ ResultSet.hxx 2007-06-27 14:39:55+0000 1.11 @@ -80,6 +80,7 @@ #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> #endif +#include "java/sql/ConnectionLog.hxx" namespace connectivity { @@ -106,6 +107,7 @@ { ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> m_xStatement; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData; + java::sql::ConnectionLog m_aLogger; sal_Int32 getResultSetConcurrency() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); sal_Int32 getResultSetType() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); @@ -146,7 +148,8 @@ DECLARE_SERVICE_INFO(); static jclass getMyClass(); // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: - java_sql_ResultSet( JNIEnv * pEnv, jobject myObj,java_sql_Statement_Base* pStmt=NULL ); + java_sql_ResultSet( JNIEnv * pEnv, jobject myObj, const java::sql::ConnectionLog& _rParentLogger, + java_sql_Statement_Base* pStmt = NULL ); // ::cppu::OComponentHelper virtual void SAL_CALL disposing(void); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
