summaryrefslogtreecommitdiff
path: root/ace/Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Registry.h')
-rw-r--r--ace/Registry.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/Registry.h b/ace/Registry.h
index 6050b17ee6a..f4c311b0a60 100644
--- a/ace/Registry.h
+++ b/ace/Registry.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -27,8 +27,6 @@
#include "ace/Containers.h"
#include "ace/SString.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_Registry
*
@@ -62,7 +60,7 @@ public:
typedef ACE_Unbounded_Set<Name_Component> Name;
/// Separator for components in a name
- static const ACE_TCHAR STRING_SEPARATOR[];
+ static const ACE_TCHAR *STRING_SEPARATOR;
/// Convert a @a name to a @c string
static ACE_TString make_string (const Name &name);
@@ -353,7 +351,7 @@ public:
int flush (void);
/// Close the handle of the context
- /// @note <close> does not call <flush>
+ /// Note: <close> does not call <flush>
int close (void);
// Accessors
@@ -563,8 +561,6 @@ 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 */