diff options
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r-- | ace/Reactor.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h index 6620583f63d..87e1bf8b71c 100644 --- a/ace/Reactor.h +++ b/ace/Reactor.h @@ -23,6 +23,10 @@ class ACE_Reactor_Impl; // programs. #include "ace/Handle_Set.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + // Timer Queue is a complicated template class. A simple forward // declaration will not work #include "ace/Timer_Queue.h" @@ -35,10 +39,6 @@ class ACE_Reactor_Impl; // forward declaration will be useful here #include "ace/Signal.h" -#if !defined (ACE_LACKS_PRAGMA_ONCE) -#pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - class ACE_Export ACE_Reactor { // = TITLE @@ -74,8 +74,8 @@ public: static void close_singleton (void); // Delete the dynamically allocated Singleton - // = Reactor event loop management methods. - + // = Reactor event loop management methods. + // Note that these method ONLY work on the "Singleton Reactor," // i.e., the one returned from <ACE_Reactor::instance>. static int run_event_loop (void); |