Skip to content

Commit

Permalink
Add DLL export also in InitialPeersParticipant and DiscoveryServerPar…
Browse files Browse the repository at this point in the history
…ticipant

Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
  • Loading branch information
LuciaEchevarria99 committed Sep 16, 2024
1 parent 50ad5cd commit e8b1b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class DiscoveryServerParticipant

protected:

DDSPIPE_PARTICIPANTS_DllAPI
fastdds::rtps::RTPSParticipantAttributes reckon_participant_attributes_() const override;

};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class InitialPeersParticipant

protected:

DDSPIPE_PARTICIPANTS_DllAPI
fastdds::rtps::RTPSParticipantAttributes reckon_participant_attributes_() const override;

};
Expand Down

0 comments on commit e8b1b69

Please sign in to comment.