diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:40:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:40:46 +0000 |
commit | c61064fa05e6867914efdf1fd3bad1ef107f1c63 (patch) | |
tree | 41aab764a7ae2ca82ffeb56096fee780a4f3776c /configmgr | |
parent | 1052e4a11a0d411f8d1508f446984f66139a4da2 (diff) |
INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED
2006/09/01 17:20:57 kaib 1.2.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/workben/memory/main.cxx | 7 | ||||
-rw-r--r-- | configmgr/workben/memory/testmodules.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/configmgr/workben/memory/main.cxx b/configmgr/workben/memory/main.cxx index eb6a45509c3e..52c9487c13c1 100644 --- a/configmgr/workben/memory/main.cxx +++ b/configmgr/workben/memory/main.cxx @@ -4,9 +4,9 @@ * * $RCSfile: main.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:51:28 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:40:19 $ * * 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_configmgr.hxx" #include <iostream> using namespace std; diff --git a/configmgr/workben/memory/testmodules.cxx b/configmgr/workben/memory/testmodules.cxx index ae8c298117cd..a5018e061cd4 100644 --- a/configmgr/workben/memory/testmodules.cxx +++ b/configmgr/workben/memory/testmodules.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testmodules.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:52:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:40:46 $ * * 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_configmgr.hxx" + #include "testmodules.hxx" |