File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/main/java/com/eprosima/fastcdr/idl/templates Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -44,18 +44,14 @@ $ctx.directIncludeDependencies : {include | %include "$include$.i"}; separator="
44
44
%}
45
45
46
46
%include <fastcdr/config.h>
47
- <<<<<<< HEAD
48
47
#if FASTCDR_VERSION_MAJOR > 1
49
- %import(module="fastdds") "fastcdr/xcdr/optional.hpp"
50
- #endif
51
- =======
52
48
$if(ctx.thereIsOptionalAnnotation)$
53
49
%import(module="fastdds") "fastcdr/xcdr/optional.hpp"
54
50
$endif$
55
51
$if(ctx.thereIsString)$
56
52
%import(module="fastdds") "fastcdr/cdr/fixed_size_string.hpp"
57
53
$endif$
58
- >>>>>>> 8eaca9a (Fix python code generation for bounded strings (#440))
54
+ #endif
59
55
%import(module="fastdds") "fastdds/dds/core/LoanableCollection.hpp"
60
56
%import(module="fastdds") "fastdds/dds/core/LoanableTypedCollection.hpp"
61
57
%import(module="fastdds") "fastdds/dds/core/LoanableSequence.hpp"
You can’t perform that action at this time.
0 commit comments