diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:58:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 12:58:37 +0000 |
commit | 0ab7e31e8170527c5de832144e4f169b9e1f0193 (patch) | |
tree | 733be317197229fe200da7e1af9a488cf0cf36ce /ucb | |
parent | 9237d14756a92736bebdaa5ff0cafb1a2f318ab4 (diff) |
INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED
2006/09/01 17:55:48 kaib 1.4.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/odma/odma_content.cxx | 7 | ||||
-rw-r--r-- | ucb/source/ucp/odma/odma_contentcaps.cxx | 7 | ||||
-rw-r--r-- | ucb/source/ucp/odma/odma_datasupplier.cxx | 7 | ||||
-rw-r--r-- | ucb/source/ucp/odma/odma_main.cxx | 7 | ||||
-rw-r--r-- | ucb/source/ucp/odma/odma_provider.cxx | 7 |
5 files changed, 25 insertions, 10 deletions
diff --git a/ucb/source/ucp/odma/odma_content.cxx b/ucb/source/ucp/odma/odma_content.cxx index 924ed8289fea..16eecf758f44 100644 --- a/ucb/source/ucp/odma/odma_content.cxx +++ b/ucb/source/ucp/odma/odma_content.cxx @@ -4,9 +4,9 @@ * * $RCSfile: odma_content.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:50:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:57:15 $ * * 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_ucb.hxx" + /************************************************************************** TODO ************************************************************************** diff --git a/ucb/source/ucp/odma/odma_contentcaps.cxx b/ucb/source/ucp/odma/odma_contentcaps.cxx index 509092445a53..9c5c64d90a4b 100644 --- a/ucb/source/ucp/odma/odma_contentcaps.cxx +++ b/ucb/source/ucp/odma/odma_contentcaps.cxx @@ -4,9 +4,9 @@ * * $RCSfile: odma_contentcaps.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:50:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:57:29 $ * * 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_ucb.hxx" + /************************************************************************** TODO ************************************************************************** diff --git a/ucb/source/ucp/odma/odma_datasupplier.cxx b/ucb/source/ucp/odma/odma_datasupplier.cxx index fe0b8e50e9f8..501381f3f109 100644 --- a/ucb/source/ucp/odma/odma_datasupplier.cxx +++ b/ucb/source/ucp/odma/odma_datasupplier.cxx @@ -4,9 +4,9 @@ * * $RCSfile: odma_datasupplier.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:51:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:57:42 $ * * 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_ucb.hxx" + /************************************************************************** TODO ************************************************************************** diff --git a/ucb/source/ucp/odma/odma_main.cxx b/ucb/source/ucp/odma/odma_main.cxx index 99e4c02dcf3c..dd2d58bb14f5 100644 --- a/ucb/source/ucp/odma/odma_main.cxx +++ b/ucb/source/ucp/odma/odma_main.cxx @@ -4,9 +4,9 @@ * * $RCSfile: odma_main.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:53:05 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:58:24 $ * * 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_ucb.hxx" #ifndef _VOS_PROCESS_HXX_ #include <vos/process.hxx> #endif diff --git a/ucb/source/ucp/odma/odma_provider.cxx b/ucb/source/ucp/odma/odma_provider.cxx index 468d5f7e2a33..8e07d639e708 100644 --- a/ucb/source/ucp/odma/odma_provider.cxx +++ b/ucb/source/ucp/odma/odma_provider.cxx @@ -4,9 +4,9 @@ * * $RCSfile: odma_provider.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:53:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 13:58:37 $ * * 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_ucb.hxx" + /************************************************************************** TODO ************************************************************************** |