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