From 7ba2d230682d7f7f43381df36ec745840f5388c7 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 23:19:17 +0000 Subject: 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 --- cppu/source/threadpool/current.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppu/source/threadpool') 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" -- cgit