NAME

ACE_Wakeup_All_Threads_Handler -

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

SYNOPSIS

#include <ace/WFMO_Reactor.h>

class ACE_Wakeup_All_Threads_Handler : public ACE_Event_Handler { public: virtual int handle_signal ( int signum, siginfo_t * = 0, ucontext_t * = 0 ); };

PUBLIC MEMBERS

virtual int handle_signal (
    int signum,
    siginfo_t * = 0,
    ucontext_t * = 0
    );

AUTHOR

Irfan Pyarali, Tim Harrison, and Doug Schmidt

LIBRARY

ace