Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <javierparis@eprosima.com>
  • Loading branch information
jparisu committed Jun 13, 2023
1 parent 39bf219 commit bb8be3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/rtps/builtin/discovery/participant/PDP.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class PDP
*/
virtual void announceParticipantState(
bool new_change,
bool dispose = false) = 0;
bool dispose = false);

//!Stop the RTPSParticipantAnnouncement (only used in tests).
virtual void stopParticipantAnnouncement();
Expand Down
4 changes: 2 additions & 2 deletions src/cpp/rtps/builtin/discovery/participant/PDP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,6 @@ bool PDP::enable()
}

void PDP::announceParticipantState(
RTPSWriter& writer,
WriterHistory& history,
bool new_change,
bool dispose /* = false */)
{
Expand All @@ -459,6 +457,8 @@ void PDP::announceParticipantState(
}

void PDP::announceParticipantState(
RTPSWriter& writer,
WriterHistory& history,
bool new_change,
bool dispose,
WriteParams& wparams)
Expand Down

0 comments on commit bb8be3a

Please sign in to comment.