Skip to content

Commit 3173ddf

Browse files
committed
Refs #21128: Apply rev suggestions
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 0a1e3b0 commit 3173ddf

4 files changed

Lines changed: 16 additions & 11 deletions

File tree

include/fastdds/dds/domain/qos/DomainParticipantExtendedQos.hpp

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

20-
#ifndef _FASTDDS_PARTICIPANTEXTENDEDQOS_HPP_
21-
#define _FASTDDS_PARTICIPANTEXTENDEDQOS_HPP_
20+
#ifndef FASTDDS_DDS_DOMAIN_QOS__PARTICIPANTEXTENDEDQOS_HPP
21+
#define FASTDDS_DDS_DOMAIN_QOS__PARTICIPANTEXTENDEDQOS_HPP
2222

2323
#include <fastdds/fastdds_dll.hpp>
2424

@@ -95,8 +95,8 @@ class DomainParticipantExtendedQos : public DomainParticipantQos
9595
};
9696

9797

98-
} /* namespace dds */
99-
} /* namespace fastdds */
100-
} /* namespace eprosima */
98+
} // namespace dds
99+
} // namespace fastdds
100+
} // namespace eprosima
101101

102-
#endif /* _FASTDDS_PARTICIPANTEXTENDEDQOS_HPP_ */
102+
#endif // FASTDDS_DDS_DOMAIN_QOS__PARTICIPANTEXTENDEDQOS_HPP

include/fastdds/fastdds_dll.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_FASTDDS_DLL_H_
16-
#define _FASTDDS_FASTDDS_DLL_H_
15+
/**
16+
* @file fastdds_dll.hpp
17+
*
18+
*/
19+
20+
#ifndef FASTDDS_FASTDDS_DLL_H
21+
#define FASTDDS_FASTDDS_DLL_H
1722

1823
#include <fastdds/config.hpp>
1924

@@ -66,4 +71,4 @@
6671
#include <fastdds/fastdds_auto_link.hpp>
6772
#endif // auto-linking disabled
6873

69-
#endif // _FASTDDS_FASTDDS_DLL_H_
74+
#endif // FASTDDS_FASTDDS_DLL_H

include/fastdds/rtps/common/Token.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
/*!
16-
* @file Token.h
16+
* @file Token.hpp
1717
*/
1818
#ifndef FASTDDS_RTPS_COMMON__TOKEN_HPP
1919
#define FASTDDS_RTPS_COMMON__TOKEN_HPP

include/fastdds/rtps/messages/RTPS_messages.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
/**
16-
* @file RTPS_messages.h
16+
* @file RTPS_messages.hpp
1717
*/
1818

1919
#ifndef FASTDDS_RTPS_MESSAGES__RTPS_MESSAGES_HPP

0 commit comments

Comments
 (0)