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