summaryrefslogtreecommitdiff
path: root/ace/Reactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.cpp')
-rw-r--r--ace/Reactor.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Reactor.cpp b/ace/Reactor.cpp
index 6a667f679c0..d7fd9abd919 100644
--- a/ace/Reactor.cpp
+++ b/ace/Reactor.cpp
@@ -2,6 +2,7 @@
#include "ace/Reactor.h"
+
//#if !defined (ACE_HAS_WINCE)
# if !defined (ACE_LACKS_ACE_SVCCONF)
# include "ace/Service_Config.h"
@@ -59,8 +60,6 @@ ACE_RCSID (ace,
"$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_ALLOC_HOOK_DEFINE(ACE_Reactor)
ACE_Reactor::ACE_Reactor (ACE_Reactor_Impl *impl,
@@ -328,6 +327,8 @@ ACE_Reactor::run_alertable_reactor_event_loop (ACE_Time_Value &tv,
else if (result <= 0)
return result;
}
+
+ ACE_NOTREACHED (return 0;)
}
int
@@ -948,5 +949,3 @@ template class ACE_Framework_Component_T<ACE_Reactor>;
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
#pragma instantiate ACE_Framework_Component_T<ACE_Reactor>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
-ACE_END_VERSIONED_NAMESPACE_DECL