Skip to content

Commit

Permalink
RCLCPP_PUBLIC -> RCLCPP_LIFECYCLE_PUBLIC (#1732)
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz authored Jul 28, 2021
1 parent 7bf52dd commit 01f6ebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class LifecycleNode : public node_interfaces::LifecycleNodeInterface,
bool automatically_add_to_executor_with_node = true);

/// Iterate over the callback groups in the node, calling func on each valid one.
RCLCPP_PUBLIC
RCLCPP_LIFECYCLE_PUBLIC
void
for_each_callback_group(
const rclcpp::node_interfaces::NodeBaseInterface::CallbackGroupFunction & func);
Expand Down

0 comments on commit 01f6ebd

Please sign in to comment.