summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp b/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp
index 29f2061e5ba..0abadb746de 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Refcountable.cpp
@@ -7,6 +7,8 @@
ACE_RCSID(Notify, TAO_Notify_Refcountable, "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_Refcountable::TAO_Notify_Refcountable (void)
{
}
@@ -57,3 +59,5 @@ TAO_Notify_Refcountable::_decr_refcnt (void)
return static_cast< CORBA::ULong >( refcount );
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL