diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:43:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:43:14 +0000 |
commit | 0c9f8af8a35e1ed7332a8cc09cab1ea4443e6d02 (patch) | |
tree | 9e04bb970a7c23060b04af80bad85cd53a5741d7 /io/source | |
parent | 10219ecbc59d05cc9a70629652f559e7d28b75a4 (diff) |
INTEGRATION: CWS pchfix02 (1.10.6); FILE MERGED
2006/09/01 17:31:24 kaib 1.10.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'io/source')
-rw-r--r-- | io/source/connector/ctr_socket.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx index b5757bf94db5..ba75d31eb86c 100644 --- a/io/source/connector/ctr_socket.cxx +++ b/io/source/connector/ctr_socket.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ctr_socket.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-07-20 16:16:07 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:43:14 $ * * 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_io.hxx" + #include "connector.hxx" #include <rtl/ustrbuf.hxx> #include <algorithm> |