summaryrefslogtreecommitdiff
path: root/ace/Reactor.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.inl')
-rw-r--r--ace/Reactor.inl6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Reactor.inl b/ace/Reactor.inl
index 9b1344465ba..49132e29733 100644
--- a/ace/Reactor.inl
+++ b/ace/Reactor.inl
@@ -7,12 +7,10 @@
/*
* Hook to specialize the Reactor with the concrete implementation
- * known at compile time.
+ * known at compile time.
*/
//@@ REACTOR_SPL_INCLUDE_FORWARD_DECL_ADD_HOOK
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
ACE_Reactor::run_event_loop (void)
{
@@ -97,5 +95,3 @@ ACE_Reactor::event_loop_done (void)
ACE_TRACE ("ACE_Reactor::event_loop_done");
return ACE_Reactor::instance ()->reactor_event_loop_done ();
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL