diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:19:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:19:29 +0000 |
commit | 2a40cb9bd07381e364c2f432b6e8657b71dca7ea (patch) | |
tree | 3bb39fb19fb21eabc196f9e623f260c60ee9e061 /cppu | |
parent | 7ba2d230682d7f7f43381df36ec745840f5388c7 (diff) |
INTEGRATION: CWS pchfix02 (1.6.10); FILE MERGED
2006/09/01 17:23:01 kaib 1.6.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/source/threadpool/jobqueue.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/threadpool/jobqueue.cxx b/cppu/source/threadpool/jobqueue.cxx index 35085bbd6cc3..f90e895de139 100644 --- a/cppu/source/threadpool/jobqueue.cxx +++ b/cppu/source/threadpool/jobqueue.cxx @@ -4,9 +4,9 @@ * * $RCSfile: jobqueue.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:12:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:19:29 $ * * 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 "jobqueue.hxx" #include "threadpool.hxx" |