User: hr Date: 06/06/19 19:05:43 Modified: /dba/connectivity/source/inc/odbc/ ODriver.hxx
Log: INTEGRATION: CWS warnings01 (1.6.30); FILE MERGED 2005/11/21 10:07:59 fs 1.6.30.1: #i57457# warning-free code on unx* File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: ODriver.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/ODriver.hxx?r1=1.6&r2=1.7 Delta lines: +4 -2 ------------------- --- ODriver.hxx 8 Sep 2005 07:36:09 -0000 1.6 +++ ODriver.hxx 20 Jun 2006 02:05:40 -0000 1.7 @@ -51,7 +51,9 @@ #ifndef _CONNECTIVITY_COMMONTOOLS_HXX_ #include "connectivity/CommonTools.hxx" #endif - +#ifndef _OSL_MODULE_H_ +#include <osl/module.h> +#endif namespace connectivity { @@ -80,7 +82,7 @@ ODBCDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory); // only possibility to get the odbc functions - virtual void* getOdbcFunction(sal_Int32 _nIndex) const = 0; + virtual oslGenericFunction getOdbcFunction(sal_Int32 _nIndex) const = 0; // OComponentHelper virtual void SAL_CALL disposing(void); // XInterface --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
