summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Name_Value_Pair.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Name_Value_Pair.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Name_Value_Pair.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Name_Value_Pair.h b/TAO/orbsvcs/orbsvcs/Notify/Name_Value_Pair.h
index 7ce73e458db..0b569a7e77c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Name_Value_Pair.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Name_Value_Pair.h
@@ -25,7 +25,7 @@
#pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-namespace TAO_NOTIFY
+namespace TAO_Notify
{
/**
* \brief Name/Value Pair
@@ -92,7 +92,7 @@ namespace TAO_NOTIFY
private:
ACE_Vector<NVP> list_;
};
-} // namespace TAO_NOTIFY
+} // namespace TAO_Notify
#if defined (__ACE_INLINE__)
#include "Name_Value_Pair.inl"