User: hr      
Date: 06/06/19 20:09:07

Modified:
 /dba/dbaccess/source/ui/dlg/
  odbcconfig.hxx

Log:
 INTEGRATION: CWS warnings01 (1.5.48); FILE MERGED
 2006/03/24 15:36:13 fs 1.5.48.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

Directory: /dba/dbaccess/source/ui/dlg/
=======================================

File [changed]: odbcconfig.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/odbcconfig.hxx?r1=1.5&r2=1.6
Delta lines:  +7 -7
-------------------
--- odbcconfig.hxx      8 Sep 2005 15:07:41 -0000       1.5
+++ odbcconfig.hxx      20 Jun 2006 03:09:04 -0000      1.6
@@ -80,7 +80,7 @@
        OOdbcLibWrapper();
        ~OOdbcLibWrapper();
 
-       void*   loadSymbol(const sal_Char* _pFunctionName);
+       oslGenericFunction  loadSymbol(const sal_Char* _pFunctionName);
 
        /// load the lib
        sal_Bool        load(const sal_Char* _pLibPath);
@@ -96,10 +96,10 @@
 {
 #ifdef HAVE_ODBC_SUPPORT
        // entry points for ODBC administration
-       void*           m_pAllocHandle;
-       void*           m_pFreeHandle;
-       void*           m_pSetEnvAttr;
-       void*           m_pDataSources;
+       oslGenericFunction  m_pAllocHandle;
+       oslGenericFunction  m_pFreeHandle;
+       oslGenericFunction  m_pSetEnvAttr;
+       oslGenericFunction  m_pDataSources;
 
 #endif
        OdbcTypesImpl*  m_pImpl;
@@ -126,7 +126,7 @@
 {
 #ifdef HAVE_ODBC_SUPPORT
        // entry points for ODBC administration
-       void*           m_pSQLManageDataSource;
+       oslGenericFunction  m_pSQLManageDataSource;
        oslModule       m_pOdbcLib;
 
        OdbcTypesImpl*  m_pImpl;




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

Reply via email to