diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:32:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:32:45 +0000 |
commit | 9f05f1f9e95349c8efaaa3ba65b1f39bf898c277 (patch) | |
tree | f2f2b255ca79e9e0b36c466fc10913ec59ceeb70 /dbaccess/source/core/api/RowSetCacheIterator.cxx | |
parent | 790f63820ab194d3c7ded53dfbd9d072eb3d3f2e (diff) |
INTEGRATION: CWS pchfix02 (1.15.24); FILE MERGED
2006/09/01 17:24:04 kaib 1.15.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/core/api/RowSetCacheIterator.cxx')
-rw-r--r-- | dbaccess/source/core/api/RowSetCacheIterator.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/RowSetCacheIterator.cxx b/dbaccess/source/core/api/RowSetCacheIterator.cxx index 0e3dea4ca..cc25caa38 100644 --- a/dbaccess/source/core/api/RowSetCacheIterator.cxx +++ b/dbaccess/source/core/api/RowSetCacheIterator.cxx @@ -4,9 +4,9 @@ * * $RCSfile: RowSetCacheIterator.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2006-07-26 07:46:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:32:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #ifndef DBACCESS_ROWSETCACHEITERATOR_HXX #include "RowSetCacheIterator.hxx" #endif |