#include <POSIX_Asynch_IO.h>
Inheritance diagram for ACE_POSIX_Asynch_Read_File_Result:


Protected Methods | |
| ACE_POSIX_Asynch_Read_File_Result (ACE_Handler &handler, ACE_HANDLE handle, ACE_Message_Block &message_block, size_t bytes_to_read, const void *act, u_long offset, u_long offset_high, ACE_HANDLE event, int priority, int signal_number) | |
| Constructor is protected since creation is limited to ACE_Asynch_Read_File factory. More... | |
| virtual void | complete (size_t bytes_transferred, int success, const void *completion_key, u_long error) |
| ACE_Proactor will call this method when the read completes. More... | |
| virtual | ~ACE_POSIX_Asynch_Read_File_Result (void) |
| Destructor. More... | |
Friends | |
| class | ACE_POSIX_Asynch_Read_File |
| Factory classes will have special permissions. More... | |
| class | ACE_POSIX_Proactor |
| The Proactor constructs the Result class for faking results. More... | |
Definition at line 393 of file POSIX_Asynch_IO.h.
|
||||||||||||||||||||||||||||||||||||||||||||
|
Constructor is protected since creation is limited to ACE_Asynch_Read_File factory.
Definition at line 455 of file POSIX_Asynch_IO.cpp.
00465 : ACE_Asynch_Result_Impl (), 00466 ACE_Asynch_Read_Stream_Result_Impl (), 00467 ACE_Asynch_Read_File_Result_Impl (), 00468 ACE_POSIX_Asynch_Read_Stream_Result (handler, 00469 handle, 00470 message_block, 00471 bytes_to_read, 00472 act, 00473 event, 00474 priority, 00475 signal_number) 00476 { 00477 this->aio_offset = offset; 00478 // 00479 // @@ Use aiocb64?? 00480 // 00481 ACE_UNUSED_ARG (offset_high); 00482 } |
|
|
Destructor.
Definition at line 509 of file POSIX_Asynch_IO.cpp.
00510 {
00511 }
|
|
||||||||||||||||||||
|
|
Factory classes will have special permissions.
Definition at line 397 of file POSIX_Asynch_IO.h. |
|
|
The Proactor constructs the Result class for faking results.
Reimplemented from ACE_POSIX_Asynch_Read_Stream_Result. Definition at line 400 of file POSIX_Asynch_IO.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002