diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:58:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:58:10 +0000 |
commit | 91f88ebe93ed18b18b5282be1667452ddcb1b0ac (patch) | |
tree | b206ed50776f92897205c2bb98dd54ff62aaa093 /tools/source/inet | |
parent | e56c62f19739179e44e9835054c9a40fcdfc45bf (diff) |
INTEGRATION: CWS pchfix02 (1.7.44); FILE MERGED
2006/09/01 17:54:54 kaib 1.7.44.1: #i68856# Added header markers and pch files
Diffstat (limited to 'tools/source/inet')
-rw-r--r-- | tools/source/inet/inetstrm.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx index 414a9ebe88b9..2b36ed4fcd6b 100644 --- a/tools/source/inet/inetstrm.cxx +++ b/tools/source/inet/inetstrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inetstrm.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:46:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:58:10 $ * * 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_tools.hxx" + #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif |