Skip to content

Commit

Permalink
Refs #21128: Apply rev suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 25, 2024
1 parent 0a1e3b0 commit 3173ddf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
12 changes: 6 additions & 6 deletions include/fastdds/dds/domain/qos/DomainParticipantExtendedQos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
*
*/

#ifndef _FASTDDS_PARTICIPANTEXTENDEDQOS_HPP_
#define _FASTDDS_PARTICIPANTEXTENDEDQOS_HPP_
#ifndef FASTDDS_DDS_DOMAIN_QOS__PARTICIPANTEXTENDEDQOS_HPP
#define FASTDDS_DDS_DOMAIN_QOS__PARTICIPANTEXTENDEDQOS_HPP

#include <fastdds/fastdds_dll.hpp>

Expand Down Expand Up @@ -95,8 +95,8 @@ class DomainParticipantExtendedQos : public DomainParticipantQos
};


} /* namespace dds */
} /* namespace fastdds */
} /* namespace eprosima */
} // namespace dds
} // namespace fastdds
} // namespace eprosima

#endif /* _FASTDDS_PARTICIPANTEXTENDEDQOS_HPP_ */
#endif // FASTDDS_DDS_DOMAIN_QOS__PARTICIPANTEXTENDEDQOS_HPP
11 changes: 8 additions & 3 deletions include/fastdds/fastdds_dll.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef _FASTDDS_FASTDDS_DLL_H_
#define _FASTDDS_FASTDDS_DLL_H_
/**
* @file fastdds_dll.hpp
*
*/

#ifndef FASTDDS_FASTDDS_DLL_H
#define FASTDDS_FASTDDS_DLL_H

#include <fastdds/config.hpp>

Expand Down Expand Up @@ -66,4 +71,4 @@
#include <fastdds/fastdds_auto_link.hpp>
#endif // auto-linking disabled

#endif // _FASTDDS_FASTDDS_DLL_H_
#endif // FASTDDS_FASTDDS_DLL_H
2 changes: 1 addition & 1 deletion include/fastdds/rtps/common/Token.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

/*!
* @file Token.h
* @file Token.hpp
*/
#ifndef FASTDDS_RTPS_COMMON__TOKEN_HPP
#define FASTDDS_RTPS_COMMON__TOKEN_HPP
Expand Down
2 changes: 1 addition & 1 deletion include/fastdds/rtps/messages/RTPS_messages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

/**
* @file RTPS_messages.h
* @file RTPS_messages.hpp
*/

#ifndef FASTDDS_RTPS_MESSAGES__RTPS_MESSAGES_HPP
Expand Down

0 comments on commit 3173ddf

Please sign in to comment.