Skip to content

Commit

Permalink
Remove incorrectly placed RCLCPP_PUBLIC
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffery Hsu <jefferyyjhsu@gmail.com>
  • Loading branch information
jefferyyjhsu committed Sep 28, 2023
1 parent 31244bb commit 8def0e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rclcpp/include/rclcpp/experimental/intra_process_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ class IntraProcessManager
typename ROSMessageType,
typename Alloc = std::allocator<ROSMessageType>
>
RCLCPP_PUBLIC
uint64_t
add_subscription(rclcpp::experimental::SubscriptionIntraProcessBase::SharedPtr subscription)
{
Expand Down Expand Up @@ -413,7 +412,6 @@ class IntraProcessManager
typename ROSMessageType,
typename Alloc = std::allocator<ROSMessageType>
>
RCLCPP_PUBLIC
void do_transient_local_publish(
const uint64_t pub_id, const uint64_t sub_id,
const bool use_take_shared_method)
Expand Down

0 comments on commit 8def0e8

Please sign in to comment.