ACE
6.1.0
|
#include "ace/Service_Object.h"
#include "ace/Strategies_T.h"
#include "ace/Synch_Options.h"
#include "ace/Unbounded_Set.h"
#include "ace/Connector.cpp"
Classes | |
class | ACE_Connector_Base< SVC_HANDLER > |
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... | |
class | ACE_NonBlocking_Connect_Handler< SVC_HANDLER > |
Performs non-blocking connects on behalf of the Connector. More... | |
class | ACE_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_1 > |
Generic factory for actively connecting clients and creating service handlers (SVC_HANDLERs). More... | |
class | ACE_Strategy_Connector< SVC_HANDLER, ACE_PEER_CONNECTOR_1 > |
Abstract factory for creating a service handler (SVC_HANDLER), connecting the SVC_HANDLER, and activating the SVC_HANDLER. More... |