summaryrefslogtreecommitdiff
path: root/ace/Configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Configuration.h')
-rw-r--r--ace/Configuration.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index 96ba0153409..b1ca0f6a9d9 100644
--- a/ace/Configuration.h
+++ b/ace/Configuration.h
@@ -53,6 +53,8 @@
#define ACE_DEFAULT_CONFIG_SECTION_SIZE 16
#endif /* ACE_DEFAULT_CONFIG_SECTION_SIZE */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Section_Key_Internal
*
@@ -698,8 +700,8 @@ public:
ACE_Configuration_Section_IntId (void);
/// Named ctor
- explicit ACE_Configuration_Section_IntId (VALUE_MAP* value_hash_map,
- SUBSECTION_MAP* section_hash_map);
+ ACE_Configuration_Section_IntId (VALUE_MAP* value_hash_map,
+ SUBSECTION_MAP* section_hash_map);
/// Copy ctor
ACE_Configuration_Section_IntId (const ACE_Configuration_Section_IntId& rhs);
@@ -775,7 +777,7 @@ protected:
* representation of a configuraiton database. A persistent heap
* may be used to store configurations persistently
*
- * Note: Before using this class you must call one of the open methods.
+ * @note Before using this class you must call one of the open methods.
*
* @todo
* - Need to investigate what happens if memory mapped file gets mapped to
@@ -884,5 +886,7 @@ private:
size_t default_map_size_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIGURATION_H */