123456789101112131415161718192021222324252627282930 |
- #ifndef TRANSPORT_RECEIVER_INTERFACE_H
- #define TRANSPORT_RECEIVER_INTERFACE_H
- #include <fastdds/rtps/transport/TransportReceiverInterface.h>
- namespace eprosima {
- namespace fastrtps {
- namespace rtps {
- using TransportReceiverInterface = fastdds::rtps::TransportReceiverInterface;
- }
- }
- }
- #endif
|