summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp b/TAO/orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp
index 664af405c97..fac82881a5a 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp
@@ -8,6 +8,8 @@ ACE_RCSID(Notify, TAO_Notify_ETCL_Filter, "$Id$")
#include "tao/debug.h"
#include "Notify_Constraint_Visitors.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Notify_ETCL_Filter::TAO_Notify_ETCL_Filter (void)
:constraint_expr_ids_ (0)
{
@@ -440,3 +442,5 @@ TAO_Notify_ETCL_Filter::get_callbacks (ACE_ENV_SINGLE_ARG_DECL)
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (),
0);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL