From 3998db49240053ae8a11d3a94ce43c5c70fa6054 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 15 Mar 2006 08:10:58 +0000 Subject: [PATCH] INTEGRATION: CWS jsc3 (1.6.14); FILE MERGED 2006/01/20 13:00:06 jsc 1.6.14.1: #i56247# unify include guards --- codemaker/inc/codemaker/options.hxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx index 99174c4e687e..421417ad6562 100644 --- a/codemaker/inc/codemaker/options.hxx +++ b/codemaker/inc/codemaker/options.hxx @@ -4,9 +4,9 @@ * * $RCSfile: options.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:06:49 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:10:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,12 @@ * ************************************************************************/ -#ifndef _CODEMAKER_OPTIONS_HXX_ -#define _CODEMAKER_OPTIONS_HXX_ +#ifndef INCLUDED_CODEMAKER_OPTIONS_HXX +#define INCLUDED_CODEMAKER_OPTIONS_HXX #include - -#ifndef _CODEMAKER_GLOBAL_HXX_ +#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX #include #endif @@ -107,5 +106,5 @@ protected: OptionMap m_options; }; -#endif // _CODEMAKER_OPTIONS_HXX_ +#endif // INCLUDED_CODEMAKER_OPTIONS_HXX