12345678910111213141516171819202122232425262728293031 |
- #ifndef TRANSPORT_DESCRIPTOR_INTERFACE_H
- #define TRANSPORT_DESCRIPTOR_INTERFACE_H
- #include <fastdds/rtps/transport/TransportDescriptorInterface.h>
- namespace eprosima{
- namespace fastrtps{
- namespace rtps{
- using TransportInterface = fastdds::rtps::TransportInterface;
- using TransportDescriptorInterface = fastdds::rtps::TransportDescriptorInterface;
- }
- }
- }
- #endif //TRANSPORT_DESCRIPTOR_INTERFACE_H
|