diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:09:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:09:50 +0000 |
commit | ab3de696034e430d66e0ab5e6dfb253c5e456f11 (patch) | |
tree | 64ccd47886aecb448091792752e16ecfaa56dfa9 /odk | |
parent | d3a09ffdfc25e72e83a9ce115da5bd4dfed397cb (diff) |
INTEGRATION: CWS pchfix02 (1.6.12); FILE MERGED
2006/09/01 17:32:21 kaib 1.6.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx index e60eac75a150..5b38edb347b9 100644 --- a/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx +++ b/odk/examples/DevelopersGuide/Components/CppComponent/service1_impl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: service1_impl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 16:32:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:09:50 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,6 +38,9 @@ * *************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_odk.hxx" + #include <osl/interlck.h> #include <osl/mutex.hxx> #include <rtl/uuid.h> |