summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp b/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp
index 7bf71e8d379..8d759f2f8dd 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp
@@ -15,6 +15,8 @@ ACE_RCSID (Notify,
TAO_CosNotify_Service,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_CosNotify_Service::TAO_CosNotify_Service (void)
{
}
@@ -285,6 +287,8 @@ TAO_CosNotify_Service::builder (void)
return *this->builder_;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
/*********************************************************************************************************************/