summaryrefslogtreecommitdiff
path: root/ace/Configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Configuration.h')
-rw-r--r--ace/Configuration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Configuration.h b/ace/Configuration.h
index 96ba0153409..dd5ca17a5c8 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
*
@@ -884,5 +886,7 @@ private:
size_t default_map_size_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIGURATION_H */