#include "ace/pre.h"
#include "ace/Service_Config.h"
#include "ace/Service_Object.h"
#include "ace/Map_Manager.h"
#include "ace/Svc_Handler.h"
#include "ace/Strategies_T.h"
#include "ace/post.h"
Include dependency graph for Connector.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Connector |
Generic factory for actively connecting clients and creating service handlers (SVC_HANDLERs). More... | |
class | ACE_Strategy_Connector |
Abstract factory for creating a service handler (SVC_HANDLER), connecting the SVC_HANDLER, and activating the SVC_HANDLER. More... | |
class | ACE_Svc_Tuple |
Holds the ACE_Svc_Handler and its argument and <ACE_Timer_Handle> until an asynchronous connection completes. More... |