update
This commit is contained in:
parent
9e735e35a0
commit
9a6b48e2fc
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ public:
|
|||
private:
|
||||
RCLCPP_DISABLE_COPY(Client);
|
||||
|
||||
std::map<int64_t, std::tuple<SharedPromise, CallbackType, SharedFuture> > pending_requests_;
|
||||
std::map<int64_t, std::tuple<SharedPromise, CallbackType, SharedFuture>> pending_requests_;
|
||||
};
|
||||
|
||||
} /* namespace client */
|
||||
|
|
|
@ -801,7 +801,7 @@ protected:
|
|||
private:
|
||||
RCLCPP_DISABLE_COPY(Executor);
|
||||
|
||||
std::vector<std::weak_ptr<rclcpp::node::Node> > weak_nodes_;
|
||||
std::vector<std::weak_ptr<rclcpp::node::Node>> weak_nodes_;
|
||||
typedef std::list<void *> SubscriberHandles;
|
||||
SubscriberHandles subscriber_handles_;
|
||||
typedef std::list<void *> GuardConditionHandles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue