summaryrefslogtreecommitdiff
path: root/ace/Msg_WFMO_Reactor.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Msg_WFMO_Reactor.inl')
-rw-r--r--ace/Msg_WFMO_Reactor.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Msg_WFMO_Reactor.inl b/ace/Msg_WFMO_Reactor.inl
index be021dc58a5..c8d7f25c8d7 100644
--- a/ace/Msg_WFMO_Reactor.inl
+++ b/ace/Msg_WFMO_Reactor.inl
@@ -1,11 +1,8 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#if defined (ACE_WIN32) && !defined (ACE_LACKS_MSG_WFMO)
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
ACE_Msg_WFMO_Reactor::handle_events (ACE_Time_Value &how_long)
{
@@ -30,6 +27,4 @@ ACE_Msg_WFMO_Reactor::alertable_handle_events (ACE_Time_Value *how_long)
return this->event_handling (how_long, MWMO_ALERTABLE);
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_WIN32 && !ACE_LACKS_MSG_WFMO */