summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Builder.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Builder.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.cpp b/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.cpp
index 99000054e16..18b2b74e182 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Builder.cpp
@@ -14,6 +14,8 @@ ACE_RCSID (RT_Notify,
TAO_Notify_RT_Builder,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_RT_Builder::TAO_Notify_RT_Builder (void)
{
}
@@ -66,5 +68,6 @@ TAO_Notify_RT_Builder::apply_lane_concurrency (TAO_Notify_Object& object
// Give ownership of proxy_poa
object.set_proxy_poa (auto_proxy_poa.release ());
-
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL