diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:42:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 22:42:22 +0000 |
commit | b6389d20736c9d41308e9c1fea6a6d18faf3c862 (patch) | |
tree | f97417337a9c2d9de309dbb9f27d98fe18cc624b | |
parent | b2365138c18c4da4f6dc2ccf473b9e9735e4db72 (diff) |
INTEGRATION: CWS pchfix02 (1.13.8); FILE MERGED
2006/09/01 17:31:23 kaib 1.13.8.1: #i68856# Added header markers and pch files
-rw-r--r-- | io/source/acceptor/acc_socket.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx index 0526eb2314d9..7d9e55e00b00 100644 --- a/io/source/acceptor/acc_socket.cxx +++ b/io/source/acceptor/acc_socket.cxx @@ -4,9 +4,9 @@ * * $RCSfile: acc_socket.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:16:06 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:42:22 $ * * 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_io.hxx" #include "acceptor.hxx" #include <hash_set> |