diff options
Diffstat (limited to 'autodoc/source/inc/luxenum.hxx')
-rw-r--r-- | autodoc/source/inc/luxenum.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/source/inc/luxenum.hxx b/autodoc/source/inc/luxenum.hxx index 657d0e8dd43f..d5e031759efe 100644 --- a/autodoc/source/inc/luxenum.hxx +++ b/autodoc/source/inc/luxenum.hxx @@ -2,9 +2,9 @@ * * $RCSfile: luxenum.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:45:27 $ + * last change: $Author: np $ $Date: 2002-05-14 09:02:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ #include <algorithm> -namespace udm +namespace lux { typedef std::map< intt, udmstri > EnumValueMap; @@ -152,7 +152,7 @@ Enum<DIFF>::GetSpecialAgent() const } */ -} // namespace udm +} // namespace lux #endif |