Skip to content

Commit

Permalink
Refs #17141. Fix doxygen.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Feb 8, 2023
1 parent 70b9d0b commit f59bc23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 @@ -456,7 +456,7 @@ class PDP
* GUID and comparing it with the remote participant prefix.
*
* @param guid_prefix the original desired guid_prefix to compare
* @param participant_proxy_data The participant proxy data to compare against
* @param participant_data The participant proxy data to compare against
*
* @return true when prefixes are equivalent
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,12 @@ class Authentication
* @return true when @c adjusted corresponds to @c original
*/
virtual bool check_guid_comes_from(
IdentityHandle* /*identity_handle*/,
IdentityHandle* identity_handle,
const GUID_t& adjusted,
const GUID_t& original)
{
static_cast<void>(identity_handle);

//! By default, return this comparison
return adjusted == original;
}
Expand Down

0 comments on commit f59bc23

Please sign in to comment.