Skip to content

Commit 9aa547f

Browse files
committed
Refs #21349. Regenerate source code
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent ad4cfb9 commit 9aa547f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

types/KeylessShapeTypePubSubTypes.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ namespace shapes_demo_typesupport
116116

117117
#endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE
118118

119+
private:
120+
119121
eprosima::fastdds::MD5 md5_;
120122
unsigned char* key_buffer_;
121123

types/ShapePubSubTypes.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ class ShapeTypePubSubType : public eprosima::fastdds::dds::TopicDataType
112112

113113
#endif // TOPIC_DATA_TYPE_API_HAS_CONSTRUCT_SAMPLE
114114

115+
private:
116+
115117
eprosima::fastdds::MD5 md5_;
116118
unsigned char* key_buffer_;
117119

0 commit comments

Comments
 (0)