User: hr Date: 06/06/19 19:04:23 Modified: /dba/connectivity/source/inc/java/sql/ Statement.hxx
Log: INTEGRATION: CWS warnings01 (1.13.30); FILE MERGED 2005/11/21 10:07:58 fs 1.13.30.2: #i57457# warning-free code on unx* 2005/11/07 14:44:08 fs 1.13.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/inc/java/sql/ ================================================= File [changed]: Statement.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/java/sql/Statement.hxx?r1=1.13&r2=1.14 Delta lines: +34 -31 --------------------- --- Statement.hxx 8 Sep 2005 07:24:00 -0000 1.13 +++ Statement.hxx 20 Jun 2006 02:04:21 -0000 1.14 @@ -133,6 +133,7 @@ sal_Int32 m_nFetchSize; sal_Int32 m_nMaxFieldSize; sal_Int32 m_nQueryTimeOut; + ::cppu::OBroadcastHelper& rBHelper; // statische Daten fuer die Klasse @@ -140,8 +141,6 @@ // der Destruktor um den Object-Counter zu aktualisieren static void saveClassRef( jclass pClass ); - // using java_sql_Statement_BASE::rBHelper; - // OPropertyArrayUsageHelper virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const; // OPropertySetHelper @@ -151,13 +150,14 @@ ::com::sun::star::uno::Any & rConvertedValue, ::com::sun::star::uno::Any & rOldValue, sal_Int32 nHandle, - const ::com::sun::star::uno::Any& rValue ) - throw (::com::sun::star::lang::IllegalArgumentException); + const ::com::sun::star::uno::Any& rValue + ) throw (::com::sun::star::lang::IllegalArgumentException); + virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue - ) - throw (::com::sun::star::uno::Exception); + ) throw (::com::sun::star::uno::Exception); + virtual void SAL_CALL getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle @@ -166,8 +166,8 @@ virtual void createStatement(JNIEnv* _pEnv) = 0; virtual ~java_sql_Statement_Base(); + public: - ::cppu::OBroadcastHelper& rBHelper; static jclass getMyClass(); // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: @@ -202,6 +202,9 @@ virtual sal_Bool SAL_CALL getMoreResults( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); //XGeneratedResultSet virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet > SAL_CALL getGeneratedValues( ) throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); + + public: + using ::cppu::OPropertySetHelper::getFastPropertyValue; }; class OStatement_BASE2 :public java_sql_Statement_Base --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
