summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ProfUNO/Lifetime
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 23:13:51 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 23:13:51 +0000
commita626b2f513d5376f141b1df58750ad54b940758b (patch)
treead107f78113927f6b68d3e633176d66830fdc7d5 /odk/examples/DevelopersGuide/ProfUNO/Lifetime
parent507f3fa747a05695646fb1aec66ea73a1e5068e7 (diff)
INTEGRATION: CWS pchfix02 (1.3.260); FILE MERGED
2006/09/01 17:32:25 kaib 1.3.260.1: #i68856# Added header markers and pch files
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO/Lifetime')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx
index 55c8a0abb45a..0eecdd3fdaa2 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx
+++ b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/object_lifetime.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: object_lifetime.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:45:02 $
+ * last change: $Author: obo $ $Date: 2006-09-17 00:13:51 $
*
* 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 <stdio.h>
#include <cppuhelper/weak.hxx>