summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp b/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
index 189319af746..a7dea4d13d9 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
@@ -10,6 +10,8 @@ ACE_RCSID(RT_Notify, TAO_Notify_RT_Notify_Service, "$Id$")
#include "RT_Factory.h"
#include "RT_Builder.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_RT_Notify_Service::TAO_RT_Notify_Service (void)
{
}
@@ -91,4 +93,6 @@ TAO_RT_Notify_Service::create_builder (ACE_ENV_SINGLE_ARG_DECL)
return builder;
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
ACE_FACTORY_DEFINE (TAO_RT_Notify,TAO_RT_Notify_Service)