summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h
index 66112cdd215..ee3af40ecbd 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Topology_Object.h
@@ -27,14 +27,14 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
-/// \namespace TAO_NOTIFY
+/// \namespace TAO_Notify
/// \brief A namespace to be used by all of TAO's Notification Service implementation.
///
/// The initial implementation used the TAO_Notify_ prefix rather than a namespace. As part
-/// of the reliable Notification Service project we started using this TAO_NOTIFY namespace,
+/// of the reliable Notification Service project we started using this TAO_Notify namespace,
/// but there are still many parts of the Notification Service that are in the global namespace
/// with a TAO_NS prefix.
-namespace TAO_NOTIFY
+namespace TAO_Notify
{
static const char TOPOLOGY_ID_NAME[] = "TopologyID";
@@ -186,7 +186,7 @@ namespace TAO_NOTIFY
bool child_change (ACE_ENV_SINGLE_ARG_DECL);
};
-} // namespace TAO_NOTIFY
+} // namespace TAO_Notify
#if defined (__ACE_INLINE__)
#include "Topology_Object.inl"