ACE
6.3.3
|
Public Member Functions | |
ACE_WIN32_Wakeup_Completion (ACE_Handler::Proxy_Ptr &handler_proxy, const void *act=0, ACE_HANDLE event=ACE_INVALID_HANDLE, int priority=0, int signal_number=ACE_SIGRTMIN) | |
Constructor. More... | |
virtual | ~ACE_WIN32_Wakeup_Completion (void) |
Destructor. More... | |
virtual void | complete (size_t bytes_transferred=0, int success=1, const void *completion_key=0, u_long error=0) |
This method calls the <handler>'s <handle_wakeup> method. More... | |
This is result object is used by the <end_event_loop> of the ACE_Proactor interface to wake up all the threads blocking for completions.
ACE_WIN32_Wakeup_Completion::ACE_WIN32_Wakeup_Completion | ( | ACE_Handler::Proxy_Ptr & | handler_proxy, |
const void * | act = 0 , |
||
ACE_HANDLE | event = ACE_INVALID_HANDLE , |
||
int | priority = 0 , |
||
int | signal_number = ACE_SIGRTMIN |
||
) |
Constructor.
|
virtual |
Destructor.
|
virtual |
This method calls the <handler>'s <handle_wakeup> method.