File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments