Tag: cws_ood680_os2port01
User: ydario  
Date: 2006/12/28 06:54:11

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

Log:
 OS/2 initial import.

File Changes:

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

File [changed]: odbcconfig.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/odbcconfig.cxx?r1=1.15&r2=1.15.18.1
Delta lines:  +5 -3
-------------------
--- odbcconfig.cxx      20 Jun 2006 03:08:51 -0000      1.15
+++ odbcconfig.cxx      28 Dec 2006 14:54:08 -0000      1.15.18.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: odbcconfig.cxx,v $
  *
- *  $Revision: 1.15 $
+ *  $Revision: 1.15.18.1 $
  *
- *  last change: $Author: hr $ $Date: 2006/06/20 03:08:51 $
+ *  last change: $Author: ydario $ $Date: 2006/12/28 14:54:08 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -125,12 +125,14 @@
 //=========================================================================
 DBG_NAME(OOdbcLibWrapper)
 //-------------------------------------------------------------------------
+#ifdef HAVE_ODBC_SUPPORT
 OOdbcLibWrapper::OOdbcLibWrapper()
        :m_pOdbcLib(NULL)
 {
     DBG_CTOR(OOdbcLibWrapper,NULL);
 
 }
+#endif
 
 //-------------------------------------------------------------------------
 sal_Bool OOdbcLibWrapper::load(const sal_Char* _pLibPath)

File [changed]: odbcconfig.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/odbcconfig.hxx?r1=1.6&r2=1.6.106.1
Delta lines:  +5 -4
-------------------
--- odbcconfig.hxx      20 Jun 2006 03:09:04 -0000      1.6
+++ odbcconfig.hxx      28 Dec 2006 14:54:08 -0000      1.6.106.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: odbcconfig.hxx,v $
  *
- *  $Revision: 1.6 $
+ *  $Revision: 1.6.106.1 $
  *
- *  last change: $Author: hr $ $Date: 2006/06/20 03:09:04 $
+ *  last change: $Author: ydario $ $Date: 2006/12/28 14:54:08 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -76,8 +76,9 @@
 protected:
 #ifndef HAVE_ODBC_SUPPORT
        OOdbcLibWrapper() : m_pOdbcLib(NULL) { }
-#endif
+#else
        OOdbcLibWrapper();
+#endif
        ~OOdbcLibWrapper();
 
        oslGenericFunction  loadSymbol(const sal_Char* _pFunctionName);




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

Reply via email to