#include "orbsvcs/PortableGroup/portablegroup_export.h"
#include "orbsvcs/PortableGroup/UIPMC_Transport.h"
#include "tao/Wait_Strategy.h"
#include "tao/Connection_Handler.h"
#include "ace/Acceptor.h"
#include "ace/Reactor.h"
#include "ace/SOCK_Dgram.h"
Go to the source code of this file.
Classes | |
class | TAO_UIPMC_Connection_Handler |
Handles requests on a single connection. More... | |
Typedefs | |
typedef ACE_Svc_Handler < ACE_SOCK_DGRAM, ACE_NULL_SYNCH > | TAO_UIPMC_SVC_HANDLER |
typedef TAO_UIPMC_Transport < TAO_UIPMC_Connection_Handler > | UIPMC_TRANSPORT |
Definition in file UIPMC_Connection_Handler.h.
typedef ACE_Svc_Handler<ACE_SOCK_DGRAM, ACE_NULL_SYNCH> TAO_UIPMC_SVC_HANDLER |
Definition at line 38 of file UIPMC_Connection_Handler.h.
Definition at line 150 of file UIPMC_Connection_Handler.h.