Skip to content

Commit

Permalink
Refs #21300. Fix mac build.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Jul 16, 2024
1 parent 046dd03 commit 2186510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class StatefulWriter : public BaseWriter
delete mp_history;
}

MOCK_METHOD1(matched_reader_add, bool(const ReaderProxyData&));
MOCK_METHOD1(matched_reader_add_edp, bool(const ReaderProxyData&));

MOCK_METHOD1(matched_reader_remove, bool(const GUID_t&));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class StatelessWriter : public BaseWriter

virtual ~StatelessWriter() = default;

MOCK_METHOD1(matched_reader_add, bool(const ReaderProxyData&));
MOCK_METHOD1(matched_reader_add_edp, bool(const ReaderProxyData&));

MOCK_METHOD1(matched_reader_remove, bool(const GUID_t&));

Expand Down

0 comments on commit 2186510

Please sign in to comment.