diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:20:10 +0000 |
commit | d73c8e12f77fffaccba9843d491907727ea256f0 (patch) | |
tree | 62f10b2f019848e1d08905026688b4569f7fd601 /cppu/source | |
parent | 0906e2c8c47f9718c289bb09616212cf575d41ff (diff) |
INTEGRATION: CWS pchfix02 (1.15.10); FILE MERGED
2006/09/01 17:23:01 kaib 1.15.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/threadpool/threadpool.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/threadpool/threadpool.cxx b/cppu/source/threadpool/threadpool.cxx index cd68f4ffcb77..ef8c5bd0f44f 100644 --- a/cppu/source/threadpool/threadpool.cxx +++ b/cppu/source/threadpool/threadpool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: threadpool.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:12:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:20:10 $ * * 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 <hash_set> #include <stdio.h> |