diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:19:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:19:56 +0000 |
commit | 0906e2c8c47f9718c289bb09616212cf575d41ff (patch) | |
tree | 6e0f14297e5ecb07549aed3a4f4d2cb93b269fef /cppu | |
parent | a10893c8aefd1217fa4ff6deac722669046efe2f (diff) |
INTEGRATION: CWS pchfix02 (1.10.60); FILE MERGED
2006/09/01 17:23:01 kaib 1.10.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/threadpool/threadident.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/threadpool/threadident.cxx b/cppu/source/threadpool/threadident.cxx index 228c6fb89d97..1b8e64e0685e 100644 --- a/cppu/source/threadpool/threadident.cxx +++ b/cppu/source/threadpool/threadident.cxx @@ -4,9 +4,9 @@ * * $RCSfile: threadident.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:47:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:19:56 $ * * 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_cppu.hxx" #include <stdio.h> #include <list> |