diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:19:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:19:17 +0000 |
commit | 7ba2d230682d7f7f43381df36ec745840f5388c7 (patch) | |
tree | 0ce3c751f4faf4f493ac6d6670d1d8704906758b | |
parent | 28c32e8c9a2c6d61bd8159374ecec2a3b67519cb (diff) |
INTEGRATION: CWS pchfix02 (1.13.60); FILE MERGED
2006/09/01 17:23:01 kaib 1.13.60.1: #i68856# Added header markers and pch files
-rw-r--r-- | cppu/source/threadpool/current.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/threadpool/current.cxx b/cppu/source/threadpool/current.cxx index 318dce808bf4..353244f86d7f 100644 --- a/cppu/source/threadpool/current.cxx +++ b/cppu/source/threadpool/current.cxx @@ -4,9 +4,9 @@ * * $RCSfile: current.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:45:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:19:17 $ * * 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 "rtl/uuid.h" #include "osl/thread.h" #include "osl/mutex.hxx" |