Skip to content

Commit

Permalink
Refs #21128: Please linter (avoiding generated files)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 17, 2024
1 parent 771bfd1 commit d05d148
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 34 deletions.
8 changes: 4 additions & 4 deletions include/fastdds/dds/domain/qos/RequesterQos.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class RequesterQos
DataReaderQos reader_qos;
};

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

#endif // FASTDDS_DDS_DOMAIN_QOS__REQUESTERQOS_HPP
#endif // FASTDDS_DDS_DOMAIN_QOS__REQUESTERQOS_HPP
2 changes: 1 addition & 1 deletion include/fastdds/dds/log/Colors.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
#endif // if defined(_WIN32)


#endif // FASTDDS_DDS_LOG__COLORS_HPP
#endif // FASTDDS_DDS_LOG__COLORS_HPP
2 changes: 1 addition & 1 deletion include/fastdds/rtps/common/ChangeKind_t.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ enum FASTDDS_EXPORTED_API ChangeKind_t
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_RTPS_COMMON__CHANGEKIND_T_HPP
#endif // FASTDDS_RTPS_COMMON__CHANGEKIND_T_HPP
2 changes: 1 addition & 1 deletion include/fastdds/rtps/common/GuidPrefix_t.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ inline std::istream& operator >>(
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_RTPS_COMMON__GUIDPREFIX_T_HPP
#endif // FASTDDS_RTPS_COMMON__GUIDPREFIX_T_HPP
6 changes: 3 additions & 3 deletions include/fastdds/rtps/common/LocatorSelector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ class LocatorSelector
ResourceLimitedVector<int> last_state_;
};

} // namespace rtps
} // namespace fastdds
} // namespace eprosima
} // namespace rtps
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_RTPS_COMMON__LOCATORSELECTOR_HPP
2 changes: 1 addition & 1 deletion include/fastdds/rtps/common/LocatorsIterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ using LocatorsIterator = eprosima::fastdds::rtps::LocatorsIterator;
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_RTPS_COMMON__LOCATORSITERATOR_HPP
#endif // FASTDDS_RTPS_COMMON__LOCATORSITERATOR_HPP
8 changes: 4 additions & 4 deletions include/fastdds/rtps/common/RemoteLocators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ inline std::istream& operator >>(
return input;
}

} // namespace rtps
} // namespace fastdds
} // namespace eprosima
} // namespace rtps
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_RTPS_COMMON__REMOTELOCATORS_HPP
#endif // FASTDDS_RTPS_COMMON__REMOTELOCATORS_HPP
2 changes: 1 addition & 1 deletion include/fastdds/rtps/common/VendorId_t.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ inline std::ostream& operator <<(
return output;
}

#endif // FASTDDS_RTPS_COMMON__VENDORID_T_HPP
#endif // FASTDDS_RTPS_COMMON__VENDORID_T_HPP
8 changes: 4 additions & 4 deletions include/fastdds/rtps/interfaces/IReaderDataFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class IReaderDataFilter
const fastdds::rtps::GUID_t& reader_guid) const = 0;
};

} // namespace rtps
} // namespace fastdds
} // namespace eprosima
} // namespace rtps
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_RTPS_INTERFACES__IREADERDATAFILTER_HPP
#endif // FASTDDS_RTPS_INTERFACES__IREADERDATAFILTER_HPP
8 changes: 4 additions & 4 deletions include/fastdds/rtps/messages/RTPSMessageSenderInterface.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ class RTPSMessageSenderInterface

};

} // namespace rtps
} // namespace fastdds
} // namespace eprosima
} // namespace rtps
} // namespace fastdds
} // namespace eprosima

#endif // ifndef DOXYGEN_SHOULD_SKIP_THIS_PUBLIC

#endif // FASTDDS_RTPS_MESSAGES__RTPSMESSAGESENDERINTERFACE_HPP
#endif // FASTDDS_RTPS_MESSAGES__RTPSMESSAGESENDERINTERFACE_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ class DomainParticipant : public eprosima::fastdds::dds::DomainParticipant
} // namespace fastdds
} // namespace eprosima

#endif // FASTDDS_STATISTICS_DDS_DOMAIN__DOMAINPARTICIPANT_HPP
#endif // FASTDDS_STATISTICS_DDS_DOMAIN__DOMAINPARTICIPANT_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ const eprosima::fastdds::statistics::dds::MonitorServiceDataReaderQos MONITOR_SE
} // fastdds
} // eprosima

#endif // FASTDDS_STATISTICS_DDS_SUBSCRIBER_QOS__DATAREADERQOS_HPP
#endif // FASTDDS_STATISTICS_DDS_SUBSCRIBER_QOS__DATAREADERQOS_HPP
2 changes: 1 addition & 1 deletion src/cpp/rtps/attributes/PropertyPolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace eprosima {
namespace fastdds {
namespace rtps{
namespace rtps {

PropertyPolicy PropertyPolicyHelper::get_properties_with_prefix(
const PropertyPolicy& property_policy,
Expand Down
14 changes: 7 additions & 7 deletions src/cpp/rtps/security/SecurityManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ SecurityManager::SecurityManager(
, auth_last_sequence_number_(1)
, crypto_last_sequence_number_(1)
, temp_reader_proxies_({
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits,
participant->getRTPSParticipantAttributes().allocation.content_filter})
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits,
participant->getRTPSParticipantAttributes().allocation.content_filter})
, temp_writer_proxies_({
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits})
participant->getRTPSParticipantAttributes().allocation.locators.max_unicast_locators,
participant->getRTPSParticipantAttributes().allocation.locators.max_multicast_locators,
participant->getRTPSParticipantAttributes().allocation.data_limits})
{
assert(participant != nullptr);
static OpenSSLInit openssl_init;
Expand Down
1 change: 1 addition & 0 deletions test/blackbox/common/RTPSWithRegistrationReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class RTPSWithRegistrationReader
}

private:

Listener& operator =(
const Listener&) = delete;

Expand Down

0 comments on commit d05d148

Please sign in to comment.