summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Builder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Builder.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Builder.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Builder.cpp b/TAO/orbsvcs/orbsvcs/Notify/Builder.cpp
index d6b4fdb7318..88800ed0d99 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Builder.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Builder.cpp
@@ -36,6 +36,8 @@ ACE_RCSID (Notify,
#include "ETCL_FilterFactory.h"
#include "Container_T.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
template <class PROXY_IMPL,
class PROXY,
class PROXY_PTR,
@@ -586,3 +588,5 @@ TAO_Notify_Builder::apply_lane_concurrency (TAO_Notify_Object& /*object*/, const
// No lane support
ACE_THROW (CORBA::NO_IMPLEMENT ());
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL