File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ https://github.com/ros2/libyaml_vendor.git 239f695ceaa0820255f3d0fe02ec8c2bd41b8
22
22
https://github.com/ros2/rcl.git ca440022a4fec2ce4d3624e5412bd22bc73b247f
23
23
https://github.com/ros2/rcl_interfaces.git 5afc90af2e217f83813935130bdfe74f46aa96bb
24
24
https://github.com/ros2/rcl_logging.git 1b7a4e34884005f28eeb04065b5d94565c67b11d
25
- https://github.com/ros2/rclc f99f91dc8263b8cb29317f8240abfa42b86117b7
25
+ https://github.com/ros2/rclc bb0f2b4360b1f73d9fe8f6ec51f488c3500e6044
26
26
https://github.com/ros2/rcpputils.git 66cad68a198a147d50780dbb56e9f9c0a4728555
27
27
https://github.com/ros2/rmw.git e5901447f14762975c7a8ea658f0ac731f4fb1c2
28
28
https://github.com/ros2/rmw_implementation.git edc29883e9644f62aa95686ebdf9e8f2c150a7c1
Original file line number Diff line number Diff line change @@ -428,6 +428,7 @@ rclc_executor_add_service(
428
428
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
429
429
* \return `RCL_RET_ERROR` if any other error occured
430
430
*/
431
+ RCLC_PUBLIC
431
432
rcl_ret_t
432
433
rclc_executor_add_action_client (
433
434
rclc_executor_t * executor ,
@@ -467,7 +468,7 @@ rclc_executor_add_action_client(
467
468
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
468
469
* \return `RCL_RET_ERROR` if any other error occured
469
470
*/
470
-
471
+ RCLC_PUBLIC
471
472
rcl_ret_t
472
473
rclc_executor_add_action_server (
473
474
rclc_executor_t * executor ,
You can’t perform that action at this time.
0 commit comments