From b6e22bdcd005a4b1c3259070a069dd9fbbe2f77d Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Fri, 1 Dec 2023 09:41:15 +0100 Subject: [PATCH] Refs #20067. Mark discovery overload removal. Signed-off-by: Miguel Company --- include/fastdds/dds/domain/DomainParticipantListener.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fastdds/dds/domain/DomainParticipantListener.hpp b/include/fastdds/dds/domain/DomainParticipantListener.hpp index 012ea3415e5..0c6daa40893 100644 --- a/include/fastdds/dds/domain/DomainParticipantListener.hpp +++ b/include/fastdds/dds/domain/DomainParticipantListener.hpp @@ -70,6 +70,7 @@ class DomainParticipantListener : * @param[out] participant Pointer to the Participant which discovered the remote participant. * @param[out] info Remote participant information. User can take ownership of the object. */ + FASTDDS_TODO_BEFORE(3, 0, "Remove this overload") virtual void on_participant_discovery( DomainParticipant* participant, fastrtps::rtps::ParticipantDiscoveryInfo&& info)