Skip to content

Commit 7019268

Browse files
committed
Refs #21128: Apply rev suggestions
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 7f0333d commit 7019268

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

include/fastdds/rtps/participant/RTPSParticipant.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* @file RTPSParticipant.hpp
1717
*/
1818

19-
#ifndef FASTDDS_RTPS_PARTICIPANT__RTPSParticipant_HPP
20-
#define FASTDDS_RTPS_PARTICIPANT__RTPSParticipant_HPP
19+
#ifndef FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANT_HPP
20+
#define FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANT_HPP
2121

2222
#include <cstdint>
2323
#include <cstdlib>
@@ -443,4 +443,4 @@ class FASTDDS_EXPORTED_API RTPSParticipant
443443
} // namespace rtps
444444
} // namespace eprosima
445445

446-
#endif // FASTDDS_RTPS_PARTICIPANT__RTPSParticipant_HPP
446+
#endif // FASTDDS_RTPS_PARTICIPANT__RTPSPARTICIPANT_HPP

include/fastdds/rtps/transport/TCPv4TransportDescriptor.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
*
1818
*/
1919

20-
#ifndef FASTDDS_RTPS_TRANSPORT_TCPV4TRANSPORTDESCRIPTOR_HPP
21-
#define FASTDDS_RTPS_TRANSPORT_TCPV4TRANSPORTDESCRIPTOR_HPP
20+
#ifndef FASTDDS_RTPS_TRANSPORT__TCPV4TRANSPORTDESCRIPTOR_HPP
21+
#define FASTDDS_RTPS_TRANSPORT__TCPV4TRANSPORTDESCRIPTOR_HPP
2222

2323
#include <sstream>
2424

@@ -105,4 +105,4 @@ struct TCPv4TransportDescriptor : public TCPTransportDescriptor
105105
} // namespace fastdds
106106
} // namespace eprosima
107107

108-
#endif // FASTDDS_RTPS_TRANSPORT_TCPV4TRANSPORTDESCRIPTOR_HPP
108+
#endif // FASTDDS_RTPS_TRANSPORT__TCPV4TRANSPORTDESCRIPTOR_HPP

0 commit comments

Comments
 (0)