Skip to content

Commit

Permalink
Refs #20543: Apply Edu' suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 14, 2024
1 parent ba45a60 commit 2dc171a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fastdds/dds/domain/DomainParticipantFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class DomainParticipantFactory
*
* @return DomainParticipant pointer. (nullptr if not created.)
*/
RTPS_DllAPI DomainParticipant* create_participant_with_default_profile();
FASTDDS_EXPORTED_API DomainParticipant* create_participant_with_default_profile();


/**
Expand All @@ -111,7 +111,7 @@ class DomainParticipantFactory
* @param listener DomainParticipantListener Pointer
* @param mask StatusMask Reference
*/
RTPS_DllAPI DomainParticipant* create_participant_with_default_profile(
FASTDDS_EXPORTED_API DomainParticipant* create_participant_with_default_profile(
DomainParticipantListener* listener,
const StatusMask& mask);

Expand Down

0 comments on commit 2dc171a

Please sign in to comment.