diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:22:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:22:37 +0000 |
commit | a8792f4504331f5c99be0a23528e6ea309357fc2 (patch) | |
tree | 35607a18d68832e8dd7b84199f2de71ebe638a1b | |
parent | 506752f8a4abceaaef719e3121c7a015fa96ce27 (diff) |
INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED
2006/09/01 17:23:03 kaib 1.4.60.1: #i68856# Added header markers and pch files
-rw-r--r-- | cppu/test/testthreadpool.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/test/testthreadpool.cxx b/cppu/test/testthreadpool.cxx index b0e4fd38fde0..706dbecd5024 100644 --- a/cppu/test/testthreadpool.cxx +++ b/cppu/test/testthreadpool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testthreadpool.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 09:00:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:22:37 $ * * 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 <osl/diagnose.h> #ifndef _OSL_TIME_H_ |