Public Methods | |
ACE_AIOCB_Notify_Pipe_Manager (ACE_POSIX_AIOCB_Proactor *posix_aiocb_proactor) | |
virtual | ~ACE_AIOCB_Notify_Pipe_Manager (void) |
int | notify () |
virtual void | handle_read_stream (const ACE_Asynch_Read_Stream::Result &result) |
This method will be called when an asynchronous read completes on a stream. More... | |
Private Methods | |
ACE_AIOCB_Notify_Pipe_Manager (void) | |
Private Attributes | |
ACE_POSIX_AIOCB_Proactor * | posix_aiocb_proactor_ |
ACE_Message_Block | message_block_ |
ACE_Pipe | pipe_ |
ACE_POSIX_Asynch_Read_Stream | read_stream_ |
|
|
|
|
|
|
|
This method will be called when an asynchronous read completes on a stream.
Reimplemented from ACE_Handler. |
|
|
|
|
|
|
|
|
|
|