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


Public Methods | |
| 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 Methods | |
| ACE_Asynch_Connect_Impl (void) | |
| Do-nothing constructor. More... | |
Definition at line 533 of file Asynch_IO_Impl.h.
|
|
Definition at line 67 of file Asynch_IO_Impl.cpp.
00068 {
00069 }
|
|
|
Do-nothing constructor.
Definition at line 78 of file Asynch_IO_Impl.i.
00079 : ACE_Asynch_Operation_Impl () 00080 { 00081 } |
|
||||||||||||||||||||||||||||||||
|
This starts off an asynchronous connect Implemented in ACE_POSIX_Asynch_Connect. Referenced by ACE_Asynch_Connect::connect. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002