Kaydet (Commit) e85749d2 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED

2005/11/21 10:07:57 fs 1.10.30.1: #i57457# warning-free code on unx*
üst dfd171ae
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: BDriver.hxx,v $ * $RCSfile: BDriver.hxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 06:42:52 $ * last change: $Author: hr $ $Date: 2006-06-20 01:59:20 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -74,7 +74,7 @@ namespace connectivity ...@@ -74,7 +74,7 @@ namespace connectivity
ODriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory); ODriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory);
virtual void* getOdbcFunction(sal_Int32 _nIndex) const; virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const;
// OComponentHelper // OComponentHelper
virtual void SAL_CALL disposing(void); virtual void SAL_CALL disposing(void);
// XInterface // XInterface
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: Object.hxx,v $ * $RCSfile: Object.hxx,v $
* *
* $Revision: 1.10 $ * $Revision: 1.11 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 07:18:53 $ * last change: $Author: hr $ $Date: 2006-06-20 02:03:30 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -130,7 +130,7 @@ namespace connectivity ...@@ -130,7 +130,7 @@ namespace connectivity
java_lang_Class * getClass(); java_lang_Class * getClass();
::rtl::OUString toString(); virtual ::rtl::OUString toString() const;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > getORB() { return m_xFactory; } ::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) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment