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, 3 insertions, 7 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index b1ca0f6a9d9..96ba0153409 100644
--- a/ace/Configuration.h
+++ b/ace/Configuration.h
@@ -53,8 +53,6 @@
#define ACE_DEFAULT_CONFIG_SECTION_SIZE 16
#endif /* ACE_DEFAULT_CONFIG_SECTION_SIZE */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Section_Key_Internal
*
@@ -700,8 +698,8 @@ public:
ACE_Configuration_Section_IntId (void);
/// Named ctor
- ACE_Configuration_Section_IntId (VALUE_MAP* value_hash_map,
- SUBSECTION_MAP* section_hash_map);
+ explicit 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);
@@ -777,7 +775,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
@@ -886,7 +884,5 @@ private:
size_t default_map_size_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* ACE_CONFIGURATION_H */