summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/thread.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 23:19:42 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 23:19:42 +0000
commita10893c8aefd1217fa4ff6deac722669046efe2f (patch)
tree7fad194dc1b0b8f61dd834c6b4a2e5ec3a2343a1 /cppu/source/threadpool/thread.cxx
parent2a40cb9bd07381e364c2f432b6e8657b71dca7ea (diff)
INTEGRATION: CWS pchfix02 (1.10.10); FILE MERGED
2006/09/01 17:23:01 kaib 1.10.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppu/source/threadpool/thread.cxx')
-rw-r--r--cppu/source/threadpool/thread.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx
index 85cbfe9631c8..8312f47bdb33 100644
--- a/cppu/source/threadpool/thread.cxx
+++ b/cppu/source/threadpool/thread.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: thread.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 13:12:31 $
+ * last change: $Author: obo $ $Date: 2006-09-17 00:19:42 $
*
* 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 <osl/diagnose.h>
#include <uno/threadpool.h>