summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:30:23 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 12:30:23 +0000
commit69450e448c2fdadda1c67dae9823e52440811e07 (patch)
tree0ad85321eb07e385e2955e02f3dcd8fc56fdf09e /connectivity
parent319747632fda93a1a7e5909267f89c67b437f2f4 (diff)
INTEGRATION: CWS gcc430two (1.10.202); FILE MERGED
2008/01/28 09:53:04 rene 1.10.202.1: more gcc 4.3.0 things
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/jdbc/Blob.cxx6
-rw-r--r--connectivity/source/drivers/jdbc/Reader.cxx5
2 files changed, 7 insertions, 4 deletions
diff --git a/connectivity/source/drivers/jdbc/Blob.cxx b/connectivity/source/drivers/jdbc/Blob.cxx
index 7c89174486cc..7bee34c09771 100644
--- a/connectivity/source/drivers/jdbc/Blob.cxx
+++ b/connectivity/source/drivers/jdbc/Blob.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Blob.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 02:44:18 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:29:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,6 +52,8 @@
#include <connectivity/dbexception.hxx>
#endif
+#include <string.h>
+
using namespace connectivity;
//**************************************************************
//************ Class: java.sql.Blob
diff --git a/connectivity/source/drivers/jdbc/Reader.cxx b/connectivity/source/drivers/jdbc/Reader.cxx
index 53044338c905..2cf158aa352b 100644
--- a/connectivity/source/drivers/jdbc/Reader.cxx
+++ b/connectivity/source/drivers/jdbc/Reader.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: Reader.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 02:48:02 $
+ * last change: $Author: ihi $ $Date: 2008-02-04 13:30:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,7 @@
#ifndef _INC_MEMORY
//#include <memory.h>
#endif
+#include <string.h>
using namespace connectivity;
//**************************************************************
//************ Class: java.io.Reader