Skip to content

Commit effbafa

Browse files
committed
fixup! Refs #20569: Rename RTPS_DllAPI to FASTDDS_EXPORTED_API
1 parent c37d724 commit effbafa

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

include/fastdds/dds/domain/DomainParticipantFactory.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class DomainParticipantFactory
275275
* @param library_settings LibrarySettings reference where the settings are returned.
276276
* @return RETCODE_OK
277277
*/
278-
RTPS_DllAPI ReturnCode_t get_library_settings(
278+
FASTDDS_EXPORTED_API ReturnCode_t get_library_settings(
279279
LibrarySettings& library_settings) const;
280280

281281
/**
@@ -288,7 +288,7 @@ class DomainParticipantFactory
288288
* @return RETCODE_PRECONDITION_NOT_MET if any DomainParticipant is already enabled.
289289
* RETCODE_OK otherwise.
290290
*/
291-
RTPS_DllAPI ReturnCode_t set_library_settings(
291+
FASTDDS_EXPORTED_API ReturnCode_t set_library_settings(
292292
const LibrarySettings& library_settings);
293293

294294
/**
@@ -301,7 +301,7 @@ class DomainParticipantFactory
301301
* RETCODE_NO_DATA if type_name is unknown.
302302
* RETCODE_OK otherwise.
303303
*/
304-
RTPS_DllAPI ReturnCode_t get_dynamic_type_builder_from_xml_by_name(
304+
FASTDDS_EXPORTED_API ReturnCode_t get_dynamic_type_builder_from_xml_by_name(
305305
const std::string& type_name,
306306
fastrtps::types::DynamicTypeBuilder*& type);
307307

include/fastdds/rtps/RTPSDomain.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class RTPSDomain
299299
* @param library_settings LibrarySettings reference where the settings are returned.
300300
* @return True.
301301
*/
302-
RTPS_DllAPI static bool get_library_settings(
302+
FASTDDS_EXPORTED_API static bool get_library_settings(
303303
fastdds::LibrarySettings& library_settings);
304304

305305
/**
@@ -309,7 +309,7 @@ class RTPSDomain
309309
* @return False if there is any RTPSParticipant already created.
310310
* True if correctly set.
311311
*/
312-
RTPS_DllAPI static bool set_library_settings(
312+
FASTDDS_EXPORTED_API static bool set_library_settings(
313313
const fastdds::LibrarySettings& library_settings);
314314

315315
/**
@@ -320,7 +320,7 @@ class RTPSDomain
320320
* @return bool true if the profile exists.
321321
* false otherwise.
322322
*/
323-
RTPS_DllAPI static bool get_topic_attributes_from_profile(
323+
FASTDDS_EXPORTED_API static bool get_topic_attributes_from_profile(
324324
const std::string& profile_name,
325325
TopicAttributes& topic_att);
326326

0 commit comments

Comments
 (0)