We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5631a56 commit c5e42bbCopy full SHA for c5e42bb
1 file changed
src/cpp/fastdds/domain/DomainParticipantFactory.cpp
@@ -38,6 +38,7 @@
38
#include <statistics/fastdds/domain/DomainParticipantImpl.hpp>
39
#include <utils/shared_memory/SharedMemWatchdog.hpp>
40
#include <utils/SystemInfo.hpp>
41
+#include <xmlparser/attributes/ParticipantAttributes.hpp>
42
#include <xmlparser/XMLEndpointParser.h>
43
#include <xmlparser/XMLProfileManager.h>
44
@@ -364,7 +365,7 @@ ReturnCode_t DomainParticipantFactory::load_profiles()
364
365
reset_default_participant_qos();
366
}
367
// Take the default domain id from the default participant profile
- eprosima::fastrtps::ParticipantAttributes attr;
368
+ eprosima::fastdds::ParticipantAttributes attr;
369
XMLProfileManager::getDefaultParticipantAttributes(attr);
370
default_domain_id_ = attr.domainId;
371
0 commit comments