ACE
6.1.8
|
This base interface allows ACE_NonBlocking_Connect_Handler to only care about the SVC_HANDLER template parameter of the ACE_Connector. Otherwise, ACE_NonBlocking_Connect_Handler would have to be configured with all the template parameters that ACE_Connector is configured with. More...
#include <Connector.h>
Public Member Functions | |
virtual | ~ACE_Connector_Base (void) |
virtual void | initialize_svc_handler (ACE_HANDLE handle, SVC_HANDLER *svc_handler)=0 |
Initialize the Svc_Handler. More... | |
virtual ACE_Unbounded_Set < ACE_HANDLE > & | non_blocking_handles (void)=0 |
This base interface allows ACE_NonBlocking_Connect_Handler to only care about the SVC_HANDLER template parameter of the ACE_Connector. Otherwise, ACE_NonBlocking_Connect_Handler would have to be configured with all the template parameters that ACE_Connector is configured with.
|
inlinevirtual |
|
pure virtual |
Initialize the Svc_Handler.
Implemented in ACE_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_1 >, and ACE_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_2 >.
|
pure virtual |
Return the handle set representing the non-blocking connects in progress.
Implemented in ACE_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_1 >, and ACE_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_2 >.