diff options
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r-- | ace/Reactor.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h index baf1cce568d..ad9d8f7d9d0 100644 --- a/ace/Reactor.h +++ b/ace/Reactor.h @@ -37,13 +37,12 @@ class ACE_Reactor_Impl; #include "ace/Signal.h" class ACE_Export ACE_Reactor +{ // = TITLE - // // The resposiblility of this class is to forward all methods to - // its delegation/implementation class -{ + // its delegation/implementation class, e.g., + // <ACE_Select_Reactor> or <ACE_WFMO_Reactor>. public: - enum { // = Operations on the "ready" mask and the "dispatch" mask. |