Skip to content

Commit

Permalink
Mark on_participant_discovery overload removal (#4078)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany authored Dec 5, 2023
1 parent 13ebeba commit ce842f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fastdds/dds/domain/DomainParticipantListener.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce842f7

Please sign in to comment.