Skip to content

Commit 4aca410

Browse files
Fix redefinition of _wrap___eq__ (#73) (#100)
Signed-off-by: EduPonz <eduardoponz@eprosima.com> Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
1 parent edaf5d2 commit 4aca410

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fastdds_python/src/swig/fastrtps/types/TypesBase.i

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
%ignore eprosima::fastrtps::types::TypeFlag::deserialize;
4141
%ignore eprosima::fastrtps::types::TypeFlag::getCdrSerializedSize;
4242

43+
%ignore eprosima::fastrtps::types::operator==;
44+
%ignore eprosima::fastrtps::types::operator!=;
45+
4346
%include "fastrtps/types/TypesBase.h"
4447

4548
%extend eprosima::fastrtps::types::ReturnCode_t {

0 commit comments

Comments
 (0)