Skip to content

Commit

Permalink
Fix redefinition of _wrap___eq__ (#73) (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <[email protected]>
Co-authored-by: Eduardo Ponz Segrelles <[email protected]>
  • Loading branch information
JesusPoderoso and EduPonz authored Feb 27, 2024
1 parent edaf5d2 commit 4aca410
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 4aca410

Please sign in to comment.