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
This commit is contained in:
parent
319747632f
commit
69450e448c
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue