Skip to content

Commit 0a1e3b0

Browse files
committed
Refs #21128: fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent d121174 commit 0a1e3b0

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

include/fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.h renamed to include/fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef _FASTDDS_TEST_SHAREDMEM_TRANSPORT_DESCRIPTOR_
16-
#define _FASTDDS_TEST_SHAREDMEM_TRANSPORT_DESCRIPTOR_
15+
/**
16+
* @file test_SharedMemTransportDescriptor.hpp
17+
*
18+
*/
19+
20+
#ifndef FASTDDS_RTPS_TRANSPORT_SHARED_MEM__TEST_SHAREDMEMTRANSPORTDESCRIPTOR_HPP
21+
#define FASTDDS_RTPS_TRANSPORT_SHARED_MEM__TEST_SHAREDMEMTRANSPORTDESCRIPTOR_HPP
1722

1823
#include <fastdds/rtps/transport/shared_mem/SharedMemTransportDescriptor.hpp>
1924

@@ -48,4 +53,4 @@ typedef struct test_SharedMemTransportDescriptor : public SharedMemTransportDesc
4853
} // namespace fastdds
4954
} // namespace eprosima
5055

51-
#endif //_FASTDDS_TEST_SHAREDMEM_TRANSPORT_DESCRIPTOR_
56+
#endif //FASTDDS_RTPS_TRANSPORT_SHARED_MEM__TEST_SHAREDMEMTRANSPORTDESCRIPTOR_HPP

src/cpp/rtps/transport/shared_mem/test_SharedMemTransport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifndef _FASTDDS_TEST_SHAREDMEM_TRANSPORT_H_
1616
#define _FASTDDS_TEST_SHAREDMEM_TRANSPORT_H_
1717

18-
#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.h>
18+
#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp>
1919

2020
#include <rtps/transport/shared_mem/SharedMemTransport.h>
2121

test/blackbox/common/BlackboxTestsTransportSHM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "./mock/BlackboxMockConsumer.h"
2424

2525
#include <fastdds/dds/log/Log.hpp>
26-
#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.h>
26+
#include <fastdds/rtps/transport/shared_mem/test_SharedMemTransportDescriptor.hpp>
2727
#include <fastdds/rtps/transport/UDPv4TransportDescriptor.hpp>
2828
#include <gtest/gtest.h>
2929

0 commit comments

Comments
 (0)