summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/FilterAdmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/FilterAdmin.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/FilterAdmin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/FilterAdmin.cpp b/TAO/orbsvcs/orbsvcs/Notify/FilterAdmin.cpp
index 0ff7ce87611..99c87cb9f66 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/FilterAdmin.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/FilterAdmin.cpp
@@ -12,6 +12,8 @@ ACE_RCSID(Notify, FilterAdmin, "$Id$")
#include "Properties.h"
#include "ace/Bound_Ptr.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Implementation skeleton constructor
TAO_Notify_FilterAdmin::TAO_Notify_FilterAdmin (void)
{
@@ -198,3 +200,5 @@ TAO_Notify_FilterAdmin::release (void)
{
delete this;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL