diff --git a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i index 2c251a78..65d31f5d 100644 --- a/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i +++ b/fastdds_python/src/swig/fastdds/rtps/attributes/RTPSParticipantAttributes.i @@ -20,6 +20,8 @@ %ignore eprosima::fastrtps::rtps::DiscoverySettings::setStaticEndpointXMLFilename; %ignore eprosima::fastrtps::rtps::DiscoverySettings::getStaticEndpointXMLFilename; %ignore eprosima::fastrtps::rtps::RTPSParticipantAttributes; +%ignore eprosima::fastrtps::rtps::RTPSParticipantConstantAttributes; +%ignore eprosima::fastrtps::rtps::RTPSParticipantMutableAttributes; %ignore eprosima::fastrtps::rtps::operator <<(std::ostream&, const DiscoveryProtocol&);; %include "fastdds/rtps/attributes/RTPSParticipantAttributes.h"