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