summaryrefslogtreecommitdiff
path: root/ace/Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Registry.h')
-rw-r--r--ace/Registry.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/Registry.h b/ace/Registry.h
index f4c311b0a60..1ee1dccbda4 100644
--- a/ace/Registry.h
+++ b/ace/Registry.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -27,6 +27,8 @@
#include "ace/Containers.h"
#include "ace/SString.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_Registry
*
@@ -59,9 +61,6 @@ public:
/// A Name is an ordered collections of components (ids)
typedef ACE_Unbounded_Set<Name_Component> Name;
- /// Separator for components in a name
- static const ACE_TCHAR *STRING_SEPARATOR;
-
/// Convert a @a name to a @c string
static ACE_TString make_string (const Name &name);
@@ -561,6 +560,8 @@ private:
typedef ACE_Registry::Binding Binding;
#endif /* ACE_HAS_BROKEN_NESTED_TEMPLATES */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_WIN32 */
#include /**/ "ace/post.h"
#endif /* ACE_REGISTRY_H */