Public Methods | |
ACE_POSIX_Wakeup_Completion (ACE_Handler &handler, const void *act=0, ACE_HANDLE event=ACE_INVALID_HANDLE, int priority=0, int signal_number=ACE_SIGRTMIN) | |
Constructor. | |
virtual | ~ACE_POSIX_Wakeup_Completion (void) |
Destructor. | |
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. |
|
Constructor.
|
|
Destructor.
|
|
This method calls the <handler>'s <handle_wakeup> method.
Implements ACE_Asynch_Result_Impl. |