#include <Asynch_IO_Impl.h>
Inheritance diagram for ACE_Asynch_Connect_Result_Impl:


Public Methods | |
| virtual | ~ACE_Asynch_Connect_Result_Impl (void) |
| virtual ACE_HANDLE | connect_handle (void) const=0 |
| I/O handle for the connection. More... | |
Protected Methods | |
| ACE_Asynch_Connect_Result_Impl (void) | |
| Do-nothing constructor. More... | |
Definition at line 562 of file Asynch_IO_Impl.h.
|
|
Definition at line 59 of file Asynch_IO_Impl.cpp.
00060 {
00061 }
|
|
|
Do-nothing constructor.
Definition at line 84 of file Asynch_IO_Impl.i.
00085 : ACE_Asynch_Result_Impl () 00086 { 00087 } |
|
|
I/O handle for the connection.
Implemented in ACE_POSIX_Asynch_Connect_Result. Referenced by ACE_Asynch_Connect::Result::connect_handle. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002