#include <Asynch_IO_Impl.h>
Inheritance diagram for ACE_Asynch_Connect_Impl:
Public Member Functions | |
virtual | ~ACE_Asynch_Connect_Impl (void) |
virtual int | connect (ACE_HANDLE connect_handle, const ACE_Addr &remote_sap, const ACE_Addr &local_sap, int reuse_addr, const void *act, int priority, int signal_number)=0 |
Protected Member Functions | |
ACE_Asynch_Connect_Impl (void) | |
Do-nothing constructor. |
Definition at line 527 of file Asynch_IO_Impl.h.
|
Definition at line 67 of file Asynch_IO_Impl.cpp.
00068 { 00069 } |
|
Do-nothing constructor.
Definition at line 82 of file Asynch_IO_Impl.inl.
00083 : ACE_Asynch_Operation_Impl () 00084 { 00085 } |
|
This starts off an asynchronous connect Implemented in ACE_POSIX_Asynch_Connect, and ACE_WIN32_Asynch_Connect. Referenced by ACE_Asynch_Connect::connect(). |