From 6f1f8b5d0c87ac7568cb21bdb65a72901933a55d Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 01:00:14 +0000 Subject: INTEGRATION: CWS pchfix02 (1.2.166); FILE MERGED 2006/09/01 17:21:46 kaib 1.2.166.1: #i68856# Added header markers and pch files --- connectivity/source/commontools/TIndex.cxx | 7 +++++-- connectivity/source/commontools/TKey.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/connectivity/source/commontools/TIndex.cxx b/connectivity/source/commontools/TIndex.cxx index 0a7fb61d6e7d..3ce2ec0da21c 100644 --- a/connectivity/source/commontools/TIndex.cxx +++ b/connectivity/source/commontools/TIndex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TIndex.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:11:01 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:59:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" + #ifndef CONNECTIVITY_INDEXHELPER_HXX_ #include "connectivity/TIndex.hxx" #endif diff --git a/connectivity/source/commontools/TKey.cxx b/connectivity/source/commontools/TKey.cxx index 650d8678b796..694e7386d7e6 100644 --- a/connectivity/source/commontools/TKey.cxx +++ b/connectivity/source/commontools/TKey.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TKey.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:11:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:00:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" + #ifndef CONNECTIVITY_TKEY_HXX #include "connectivity/TKey.hxx" -- cgit