diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 17:22:56 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 17:22:56 +0000 |
commit | b2db6507886aaacc74a4433fdca874ba8d6a5c16 (patch) | |
tree | 3f7696f30f7d49ab991f2454effc3e6a9428d9d0 /ace/Proactor.h | |
parent | 0674f2e3bd6c3a5710f4f9ff28956d9e7f6c887b (diff) | |
download | ATCD-b2db6507886aaacc74a4433fdca874ba8d6a5c16.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r-- | ace/Proactor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h index 97bd0ecd896..582a487e600 100644 --- a/ace/Proactor.h +++ b/ace/Proactor.h @@ -133,7 +133,7 @@ public: ACE_Proactor (size_t number_of_threads = 0, Timer_Queue *tq = 0, - int used_with_reactorEx_event_loop = 0); + int used_with_reactor_event_loop = 0); // A do nothing constructor. virtual ~ACE_Proactor (void); @@ -314,12 +314,12 @@ protected: // This will manage the thread in the Timer_Handler ACE_Auto_Event event_; - // This event is used in conjunction with ReactorEx when we try to - // integrate the event loops of ReactorEx and the Proactor. + // This event is used in conjunction with Reactor when we try to + // integrate the event loops of Reactor and the Proactor. - int used_with_reactorEx_event_loop_; + int used_with_reactor_event_loop_; // Flag that indicates whether we are used in conjunction with - // ReactorEx + // Reactor private: static ACE_Proactor *proactor_; |