diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-21 05:21:11 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-21 05:21:11 +0000 |
commit | 323c749f648ba8d32854776280fa66e5273414c1 (patch) | |
tree | e00b6ece2f7b36217f5c2b95af523d331fa34db1 /ace/WFMO_Reactor.h | |
parent | cb37721deccd8c614c271698a77cd5ac00d47712 (diff) | |
download | ATCD-323c749f648ba8d32854776280fa66e5273414c1.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r-- | ace/WFMO_Reactor.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h index 38acbdd3899..548c99bf40e 100644 --- a/ace/WFMO_Reactor.h +++ b/ace/WFMO_Reactor.h @@ -379,7 +379,7 @@ protected: }; -class ACE_Export ACE_WFMO_Reactor_Notify : public ACE_Event_Handler +class ACE_Export ACE_WFMO_Reactor_Notify : public ACE_Reactor_Notify { // = TITLE // Unblock the <ACE_WFMO_Reactor> from its event loop, passing @@ -442,6 +442,9 @@ public: // notify queue before breaking out of its // <ACE_Message_Queue::dequeue> loop. + virtual void dump (void) const; + // Dump the state of an object. + private: ACE_Timer_Queue *timer_queue_; // Pointer to the wfmo_reactor's timer queue. |