#include <UDP.h>
Public Types | |
enum | ConnectionType { CONNECTOR, ACCEPTOR } |
Indicates whether this setup is for a Connector or an Acceptor. More... | |
Static Public Member Functions | |
int | setup (TAO_AV_Flow_Handler *&flow_handler, ACE_INET_Addr *inet_addr, ACE_INET_Addr *&local_addr, int is_multicast, ConnectionType ct) |
|
Indicates whether this setup is for a Connector or an Acceptor.
|
|
|