12345678910111213141516171819202122232425262728293031323334 |
- #ifndef TCPV6_TRANSPORT_H
- #define TCPV6_TRANSPORT_H
- #include <fastrtps/transport/TCPTransportInterface.h>
- #include <fastrtps/transport/TCPv6TransportDescriptor.h>
- #include <fastrtps/utils/IPFinder.h>
- #include <fastdds/rtps/transport/TCPv6Transport.h>
- namespace eprosima{
- namespace fastrtps{
- namespace rtps{
- using TCPv6Transport = fastdds::rtps::TCPv6Transport;
- }
- }
- }
- #endif
|