INTEGRATION: CWS jsc3 (1.6.14); FILE MERGED
2006/01/20 13:00:06 jsc 1.6.14.1: #i56247# unify include guards
This commit is contained in:
parent
4acd9b555e
commit
3998db4924
1 changed files with 6 additions and 7 deletions
|
@ -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 <hash_map>
|
||||
|
||||
|
||||
#ifndef _CODEMAKER_GLOBAL_HXX_
|
||||
#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX
|
||||
#include <codemaker/global.hxx>
|
||||
#endif
|
||||
|
||||
|
@ -107,5 +106,5 @@ protected:
|
|||
OptionMap m_options;
|
||||
};
|
||||
|
||||
#endif // _CODEMAKER_OPTIONS_HXX_
|
||||
#endif // INCLUDED_CODEMAKER_OPTIONS_HXX
|
||||
|
||||
|
|
Loading…
Reference in a new issue