summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp b/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp
index bb82f40736a..9ccd90bcdce 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp
@@ -6,22 +6,22 @@
#include "RT_Properties.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(RT_Notify, TAO_NS_RT_Properties, "$Id$")
+ACE_RCSID(RT_Notify, TAO_Notify_RT_Properties, "$Id$")
-TAO_NS_RT_Properties::TAO_NS_RT_Properties (void)
+TAO_Notify_RT_Properties::TAO_Notify_RT_Properties (void)
{
}
-TAO_NS_RT_Properties::~TAO_NS_RT_Properties ()
+TAO_Notify_RT_Properties::~TAO_Notify_RT_Properties ()
{
}
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class TAO_Singleton<TAO_NS_RT_Properties, TAO_SYNCH_MUTEX>;
+template class TAO_Singleton<TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate TAO_Singleton<TAO_NS_RT_Properties, TAO_SYNCH_MUTEX>
+#pragma instantiate TAO_Singleton<TAO_Notify_RT_Properties, TAO_SYNCH_MUTEX>
#endif /*ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */