diff options
Diffstat (limited to 'ace/Priority_Reactor.h')
-rw-r--r-- | ace/Priority_Reactor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ace/Priority_Reactor.h b/ace/Priority_Reactor.h index 7285a0ded59..9b1d32f58ac 100644 --- a/ace/Priority_Reactor.h +++ b/ace/Priority_Reactor.h @@ -21,16 +21,14 @@ #include "ace/Select_Reactor.h" class ACE_Export ACE_Priority_Reactor : public ACE_Select_Reactor +{ // = TITLE - // // Implements priority based dispatching. // // = DESCRIPTION - // // This class refines the dispatching mechanism for the // Select_Reactor by taking advantage of the priority method on // ACE_Event_Handler. -{ public: // = Initialization and termination methods. |