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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp b/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp
index 07cca498c58..6fc6494275c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp
@@ -8,6 +8,9 @@
ACE_RCSID(RT_Notify, TAO_Notify_RT_Properties, "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_RT_Properties::TAO_Notify_RT_Properties (void)
{
}
@@ -15,3 +18,5 @@ TAO_Notify_RT_Properties::TAO_Notify_RT_Properties (void)
TAO_Notify_RT_Properties::~TAO_Notify_RT_Properties ()
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL