Skip to content

Commit 99fb0cd

Browse files
authored
Rename rosidl_message_bounds_t (#98)
Signed-off-by: Michael Carroll <[email protected]>
1 parent 37c4bc9 commit 99fb0cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rmw_implementation/src/functions.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ RMW_INTERFACE_FN(
211211
rmw_ret_t, RMW_RET_ERROR,
212212
3, ARG_TYPES(
213213
const rosidl_message_type_support_t *,
214-
const rosidl_message_bounds_t *,
214+
const rosidl_runtime_c__Sequence__bound *,
215215
rmw_publisher_allocation_t *))
216216

217217
RMW_INTERFACE_FN(
@@ -282,7 +282,7 @@ RMW_INTERFACE_FN(
282282
rmw_ret_t, RMW_RET_ERROR,
283283
3, ARG_TYPES(
284284
const rosidl_message_type_support_t *,
285-
const rosidl_message_bounds_t *,
285+
const rosidl_runtime_c__Sequence__bound *,
286286
size_t *))
287287

288288
RMW_INTERFACE_FN(
@@ -305,7 +305,7 @@ RMW_INTERFACE_FN(
305305
rmw_ret_t, RMW_RET_ERROR,
306306
3, ARG_TYPES(
307307
const rosidl_message_type_support_t *,
308-
const rosidl_message_bounds_t *,
308+
const rosidl_runtime_c__Sequence__bound *,
309309
rmw_subscription_allocation_t *))
310310

311311
RMW_INTERFACE_FN(

0 commit comments

Comments
 (0)