diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:26:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:26:47 +0000 |
commit | a969a5a1b30769d2cd60c4730629634986d819f9 (patch) | |
tree | 8059efdf30033f9f9beda4bb45be75aabebf731d | |
parent | 48606b99bd3c7a1db5893019467595eb05102c85 (diff) |
INTEGRATION: CWS pchfix02 (1.2.60); FILE MERGED
2006/09/01 17:20:47 kaib 1.2.60.1: #i68856# Added header markers and pch files
-rw-r--r-- | configmgr/source/treecache/timestamp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treecache/timestamp.cxx b/configmgr/source/treecache/timestamp.cxx index b460073e5121..e042413755c4 100644 --- a/configmgr/source/treecache/timestamp.cxx +++ b/configmgr/source/treecache/timestamp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: timestamp.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:25:38 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:26:47 $ * * 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_configmgr.hxx" + #include <stdio.h> #include "timestamp.hxx" |