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, 5 insertions, 1 deletions
diff --git a/ace/Reactor.inl b/ace/Reactor.inl
index 49132e29733..9b1344465ba 100644
--- a/ace/Reactor.inl
+++ b/ace/Reactor.inl
@@ -7,10 +7,12 @@
/*
* 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)
{
@@ -95,3 +97,5 @@ 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