summaryrefslogtreecommitdiff
path: root/ace/Msg_WFMO_Reactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Msg_WFMO_Reactor.cpp')
-rw-r--r--ace/Msg_WFMO_Reactor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Msg_WFMO_Reactor.cpp b/ace/Msg_WFMO_Reactor.cpp
index ee6fe44c144..dfe86740efc 100644
--- a/ace/Msg_WFMO_Reactor.cpp
+++ b/ace/Msg_WFMO_Reactor.cpp
@@ -10,8 +10,6 @@ ACE_RCSID(ace, Msg_WFMO_Reactor, "$Id$")
#include "ace/Msg_WFMO_Reactor.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_Msg_WFMO_Reactor::ACE_Msg_WFMO_Reactor (ACE_Sig_Handler *sh,
ACE_Timer_Queue *tq)
: ACE_WFMO_Reactor (sh, tq)
@@ -89,6 +87,4 @@ ACE_Msg_WFMO_Reactor::poll_remaining_handles (DWORD slot)
QS_ALLINPUT);
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_WIN32 && !ACE_LACKS_MSG_WFMO */