ACE_Wakeup_All_Threads_Handler Class Reference

This is a helper class whose sole purpose is to handle events on <ACE_WFMO_Reactor->wakeup_all_threads_>. More...

#include <WFMO_Reactor.h>

Inheritance diagram for ACE_Wakeup_All_Threads_Handler:

Inheritance graph
[legend]
Collaboration diagram for ACE_Wakeup_All_Threads_Handler:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual int handle_signal (int signum, siginfo_t *=0, ucontext_t *=0)
 Called when the <ACE_WFMO_Reactor->wakeup_all_threads_>.


Detailed Description

This is a helper class whose sole purpose is to handle events on <ACE_WFMO_Reactor->wakeup_all_threads_>.

Definition at line 90 of file WFMO_Reactor.h.


Member Function Documentation

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE int ACE_Wakeup_All_Threads_Handler::handle_signal int  signum,
siginfo_t = 0,
ucontext_t = 0
[virtual]
 

Called when the <ACE_WFMO_Reactor->wakeup_all_threads_>.

Reimplemented from ACE_Event_Handler.

Definition at line 15 of file WFMO_Reactor.inl.

References ucontext_t.

00018 {
00019   // This will get called when <WFMO_Reactor->wakeup_all_threads_> event
00020   // is signaled. There is nothing to be done here.
00021   //  ACE_DEBUG ((LM_DEBUG,  ACE_LIB_TEXT ("(%t) waking up to get updated handle set info\n")));
00022   return 0;
00023 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:32:23 2006 for ACE by doxygen 1.3.6