summaryrefslogtreecommitdiff
path: root/ace/Notification_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Notification_Strategy.cpp')
-rw-r--r--ace/Notification_Strategy.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Notification_Strategy.cpp b/ace/Notification_Strategy.cpp
index f12bf3a569e..77d5dc235b0 100644
--- a/ace/Notification_Strategy.cpp
+++ b/ace/Notification_Strategy.cpp
@@ -6,8 +6,6 @@
ACE_RCSID(ace, Strategies, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_Notification_Strategy::ACE_Notification_Strategy (ACE_Event_Handler *eh,
ACE_Reactor_Mask mask)
: eh_ (eh),
@@ -18,5 +16,3 @@ ACE_Notification_Strategy::ACE_Notification_Strategy (ACE_Event_Handler *eh,
ACE_Notification_Strategy::~ACE_Notification_Strategy (void)
{
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL