diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:05:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:05:35 +0000 |
commit | d9d76ba558bb54f4b5b242ddf743e12f3de6153a (patch) | |
tree | 7ff8d06c705ac9a731f04c4b0aa3f99146763d59 /bridges | |
parent | 991b78025352c07ba45c397fd93a43155e2d452e (diff) |
INTEGRATION: CWS pchfix02 (1.4.70); FILE MERGED
2006/09/01 17:17:45 kaib 1.4.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/test/java_uno/any/transport.cxx | 7 | ||||
-rw-r--r-- | bridges/test/java_uno/equals/testequals.cxx | 7 | ||||
-rw-r--r-- | bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/bridges/test/java_uno/any/transport.cxx b/bridges/test/java_uno/any/transport.cxx index 2b5db69d121a..49164a38f396 100644 --- a/bridges/test/java_uno/any/transport.cxx +++ b/bridges/test/java_uno/any/transport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: transport.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:59:24 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:05:06 $ * * 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 "jni.h" #include "uno/mapping.hxx" diff --git a/bridges/test/java_uno/equals/testequals.cxx b/bridges/test/java_uno/equals/testequals.cxx index 759531377736..94dad1bf077d 100644 --- a/bridges/test/java_uno/equals/testequals.cxx +++ b/bridges/test/java_uno/equals/testequals.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testequals.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 23:00:24 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:05:21 $ * * 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 "com/sun/star/bridge/XBridge.hpp" #include "com/sun/star/bridge/XBridgeFactory.hpp" #include "com/sun/star/connection/Connector.hpp" diff --git a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx index 0e048b5dcc5b..4e14743bfe4d 100644 --- a/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx +++ b/bridges/test/java_uno/nativethreadpool/testnativethreadpoolclient.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testnativethreadpoolclient.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 23:01:41 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:05:35 $ * * 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/XRelay.hpp" #include "test/javauno/nativethreadpool/XSource.hpp" |