1234567891011121314151617181920212223242526272829303132 |
- #ifndef TCPV4_TRANSPORT_DESCRIPTOR
- #define TCPV4_TRANSPORT_DESCRIPTOR
- #include <fastrtps/transport/TCPTransportDescriptor.h>
- #include <fastdds/rtps/transport/TCPv4TransportDescriptor.h>
- namespace eprosima{
- namespace fastrtps{
- namespace rtps{
- using TCPv4TransportDescriptor = fastdds::rtps::TCPv4TransportDescriptor;
- }
- }
- }
- #endif
|