summaryrefslogtreecommitdiff
path: root/ace/Reactor_Notification_Strategy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor_Notification_Strategy.cpp')
-rw-r--r--ace/Reactor_Notification_Strategy.cpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/ace/Reactor_Notification_Strategy.cpp b/ace/Reactor_Notification_Strategy.cpp
index a029e2c10c2..c902f30b929 100644
--- a/ace/Reactor_Notification_Strategy.cpp
+++ b/ace/Reactor_Notification_Strategy.cpp
@@ -7,12 +7,9 @@
ACE_RCSID(ace, Reactor_Notification_Strategy, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_Reactor_Notification_Strategy::ACE_Reactor_Notification_Strategy (
- ACE_Reactor *reactor,
- ACE_Event_Handler *eh,
- ACE_Reactor_Mask mask)
+ACE_Reactor_Notification_Strategy::ACE_Reactor_Notification_Strategy (ACE_Reactor *reactor,
+ ACE_Event_Handler *eh,
+ ACE_Reactor_Mask mask)
: ACE_Notification_Strategy (eh, mask),
reactor_ (reactor)
{
@@ -34,5 +31,3 @@ ACE_Reactor_Notification_Strategy::notify (ACE_Event_Handler *eh,
{
return this->reactor_->notify (eh, mask);
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL