diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:11:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-15 08:11:13 +0000 |
commit | 24552b95dd1cd50240b426d8014c086353fba231 (patch) | |
tree | 9e8c3efb77a5f1f2af66e7b71b4578c396a39eae /codemaker/inc | |
parent | b2583f73217e2be392abf46ecd384585bc5d9bbc (diff) |
INTEGRATION: CWS jsc3 (1.8.14); FILE MERGED
2006/01/20 13:00:07 jsc 1.8.14.1: #i56247# unify include guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/typemanager.hxx | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/codemaker/inc/codemaker/typemanager.hxx b/codemaker/inc/codemaker/typemanager.hxx index 21c13fb74..79cbb2392 100644 --- a/codemaker/inc/codemaker/typemanager.hxx +++ b/codemaker/inc/codemaker/typemanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: typemanager.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:07:02 $ + * last change: $Author: vg $ $Date: 2006-03-15 09:11:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,19 @@ * ************************************************************************/ -#ifndef _CODEMAKER_TYPEMANAGER_HXX_ -#define _CODEMAKER_TYPEMANAGER_HXX_ +#ifndef INCLUDED_CODEMAKER_TYPEMANAGER_HXX +#define INCLUDED_CODEMAKER_TYPEMANAGER_HXX +#ifndef INCLUDED_CODEMAKER_GLOBAL_HXX #include "codemaker/global.hxx" +#endif +#ifndef _REGISTRY_REGISTRY_HXX_ #include "registry/registry.hxx" +#endif +#ifndef INCLUDED_registry_types_h #include "registry/types.h" +#endif #include <hash_map> #include <list> @@ -189,4 +195,4 @@ protected: RegistryTypeManagerImpl* m_pImpl; }; -#endif // _CODEMAKER_TYPEMANAGER_HXX_ +#endif // INCLUDED_CODEMAKER_TYPEMANAGER_HXX |