From ea5305889475581406803534d0eff9c7e3f2e4cb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 15:05:51 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.5.70); FILE MERGED 2006/09/01 17:17:46 kaib 1.5.70.1: #i68856# Added header markers and pch files --- .../nativethreadpool/testnativethreadpoolserver.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx index 473c1998ad7b..1f76605a99ea 100644 --- a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx +++ b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolserver.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testnativethreadpoolserver.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 23:01:55 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:05:51 $ * * 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_bridges.hxx" + #include "test/javauno/nativethreadpool/XSource.hpp" #include "com/sun/star/bridge/UnoUrlResolver.hpp"