#include <Asynch_IO.h>
Inheritance diagram for ACE_Asynch_Read_File::Result:
Public Methods | |
ACE_Asynch_Read_File_Result_Impl * | implementation (void) const |
Get the implementation class. | |
Protected Methods | |
Result (ACE_Asynch_Read_File_Result_Impl *implementation) | |
Constructor. This implementation will not be deleted. | |
virtual | ~Result (void) |
Destructor. | |
Protected Attributes | |
ACE_Asynch_Read_File_Result_Impl * | implementation_ |
The implementation class. | |
Private Methods | |
void | operator= (Result &) |
Friends | |
class | ACE_POSIX_Asynch_Read_File_Result |
class | ACE_WIN32_Asynch_Read_File_Result |
This class has all the information necessary for the <handler> to uniquiely identify the completion of the asynchronous read. This class differs slightly from ACE_Asynch_Read_Stream::Result as it calls back <ACE_Handler::handle_read_file> on the <handler> instead of <ACE_Handler::handle_read_stream>. No additional state is required by this class as ACE_Asynch_Result can store the <offset>.
|
Constructor. This implementation will not be deleted.
|
|
Destructor.
Reimplemented from ACE_Asynch_Read_Stream::Result. |
|
Get the implementation class.
Reimplemented from ACE_Asynch_Read_Stream::Result. |
|
Here just to provide an dummpy implementation, since the one auto generated by MSVC is flagged as infinitely recursive |
|
The concrete implementation result classes only construct this class. |
|
|
|
The implementation class.
Reimplemented from ACE_Asynch_Read_Stream::Result. |