Skip to content

Commit 9ec266c

Browse files
authored
Update types with Fast DDS Gen 4.0.4 (#216)
Signed-off-by: Mario Dominguez <[email protected]>
1 parent 306c7d7 commit 9ec266c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

fastdds_python/test/types/test_included_modules.i

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
%}
5555

5656
%include <fastcdr/config.h>
57-
%import(module="fastdds") "fastcdr/xcdr/optional.hpp"
5857
%import(module="fastdds") "fastcdr/cdr/fixed_size_string.hpp"
5958
%import(module="fastdds") "fastdds/dds/core/LoanableCollection.hpp"
6059
%import(module="fastdds") "fastdds/dds/core/LoanableTypedCollection.hpp"

fastdds_python_examples/HelloWorldExample/HelloWorld.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
%}
5555

5656
%include <fastcdr/config.h>
57-
%import(module="fastdds") "fastcdr/xcdr/optional.hpp"
57+
%import(module="fastdds") "fastcdr/cdr/fixed_size_string.hpp"
5858
%import(module="fastdds") "fastdds/dds/core/LoanableCollection.hpp"
5959
%import(module="fastdds") "fastdds/dds/core/LoanableTypedCollection.hpp"
6060
%import(module="fastdds") "fastdds/dds/core/LoanableSequence.hpp"

0 commit comments

Comments
 (0)