diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-14 08:32:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-14 08:32:30 +0000 |
commit | 49fd1e6e518be2d45ea3a0ee0e12876936dab46f (patch) | |
tree | 0874d28cbe80de0521dfbad8e606927404908c1d | |
parent | ba32c730b7194c54d38bfc7933342f6f78cc786d (diff) |
#i10000# add declaration for precompiled header
5 files changed, 25 insertions, 10 deletions
diff --git a/cppu/source/AffineBridge/AffineBridge.cxx b/cppu/source/AffineBridge/AffineBridge.cxx index 6cfc74320984..d7bc86e2773a 100644 --- a/cppu/source/AffineBridge/AffineBridge.cxx +++ b/cppu/source/AffineBridge/AffineBridge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AffineBridge.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:36:05 $ + * last change: $Author: kz $ $Date: 2007-05-14 09:32:30 $ * * 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_cppu.hxx" + #include "osl/thread.hxx" #include "osl/conditn.hxx" #include "osl/mutex.hxx" diff --git a/cppu/source/UnsafeBridge/UnsafeBridge.cxx b/cppu/source/UnsafeBridge/UnsafeBridge.cxx index 4c6dc118bf70..abdcdd8eec82 100644 --- a/cppu/source/UnsafeBridge/UnsafeBridge.cxx +++ b/cppu/source/UnsafeBridge/UnsafeBridge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UnsafeBridge.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:36:26 $ + * last change: $Author: kz $ $Date: 2007-05-14 09:32:30 $ * * 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_cppu.hxx" + #include "osl/mutex.hxx" #include "osl/thread.h" diff --git a/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx b/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx index 30e2f85b7b83..dc90526806ae 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Environment.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helper_purpenv_Environment.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:37:08 $ + * last change: $Author: kz $ $Date: 2007-05-14 09:32:30 $ * * 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_cppu.hxx" + #include "cppu/helper/purpenv/Environment.hxx" #include "osl/diagnose.h" diff --git a/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx b/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx index d6c1b31b1935..db57ef7ebc55 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Mapping.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helper_purpenv_Mapping.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:37:17 $ + * last change: $Author: kz $ $Date: 2007-05-14 09:32:30 $ * * 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_cppu.hxx" + #include "cppu/helper/purpenv/Mapping.hxx" #include "Proxy.hxx" diff --git a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx index 0f969648e5c4..6dcc0d331ffe 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helper_purpenv_Proxy.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2007-05-09 13:37:28 $ + * last change: $Author: kz $ $Date: 2007-05-14 09:32:30 $ * * 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_cppu.hxx" + #include "Proxy.hxx" #include "sal/alloca.h" |