From f776e4e2102cc2c052b824e5b9d0b66fe28f02ea Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sat, 16 Sep 2006 11:49:14 +0000 Subject: INTEGRATION: CWS pchfix02 (1.5.4); FILE MERGED 2006/09/01 17:31:05 kaib 1.5.4.1: #i68856# Added header markers and pch files --- idl/source/prj/database.cxx | 7 +++++-- idl/source/prj/globals.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'idl/source/prj') diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index fdb16f7644fd..cf82833b7d3e 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -4,9 +4,9 @@ * * $RCSfile: database.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:43:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:48:52 $ * * 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_idl.hxx" + #include #include #include diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx index 5e78ca88d3e9..466a72bc5356 100644 --- a/idl/source/prj/globals.cxx +++ b/idl/source/prj/globals.cxx @@ -4,9 +4,9 @@ * * $RCSfile: globals.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:43:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:49:14 $ * * 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_idl.hxx" + /****************** I N C L U D E S **************************************/ #ifndef _SHL_HXX //autogen -- cgit