User: hr      
Date: 06/06/19 19:05:07

Modified:
 /dba/connectivity/source/inc/odbc/
  OConnection.hxx

Log:
 INTEGRATION: CWS warnings01 (1.19.30); FILE MERGED
 2006/04/07 20:25:15 sb 1.19.30.2: RESYNC: (1.19-1.20); FILE MERGED
 2005/11/21 10:07:59 fs 1.19.30.1: #i57457# warning-free code on unx*

File Changes:

Directory: /dba/connectivity/source/inc/odbc/
=============================================

File [changed]: OConnection.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OConnection.hxx?r1=1.20&r2=1.21
Delta lines:  +7 -4
-------------------
--- OConnection.hxx     7 Feb 2006 12:06:24 -0000       1.20
+++ OConnection.hxx     20 Jun 2006 02:05:05 -0000      1.21
@@ -62,6 +62,9 @@
 #ifndef _CONNECTIVITY_AUTOKEYRETRIEVINGBASE_HXX_
 #include "AutoRetrievingBase.hxx"
 #endif
+#ifndef _OSL_MODULE_H_
+#include <osl/module.h>
+#endif
 
 
 #include <map>
@@ -123,7 +126,7 @@
                        virtual OConnection*    cloneConnection(); // creates a 
new connection
                        
                public:
-                       void* getOdbcFunction(sal_Int32 _nIndex)  const;
+                       oslGenericFunction  getOdbcFunction(sal_Int32 _nIndex)  
const;
             virtual SQLRETURN       Construct( const ::rtl::OUString& 
url,const ::com::sun::star::uno::Sequence< 
::com::sun::star::beans::PropertyValue >& info) 
throw(::com::sun::star::sdbc::SQLException);
 
                        OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver*  
_pDriver);




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

Reply via email to