Skip to content

Commit

Permalink
Refs #20051: Fix redefinition of _wrap___eq__
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Nov 28, 2023
1 parent 350488c commit c3ce0cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastdds_python/src/swig/fastrtps/types/TypesBase.i
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
%ignore eprosima::fastrtps::types::TypeFlag::deserialize;
%ignore eprosima::fastrtps::types::TypeFlag::getCdrSerializedSize;

%ignore eprosima::fastrtps::types::operator==;
%ignore eprosima::fastrtps::types::operator!=;

%include "fastrtps/types/TypesBase.h"

%extend eprosima::fastrtps::types::ReturnCode_t {
Expand Down

0 comments on commit c3ce0cf

Please sign in to comment.