We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918363d commit a78d0cbCopy full SHA for a78d0cb
rclcpp_action/include/rclcpp_action/client.hpp
@@ -62,6 +62,8 @@ class ClientBaseImpl;
62
class ClientBase : public rclcpp::Waitable
63
{
64
public:
65
+ RCLCPP_SMART_PTR_DEFINITIONS_NOT_COPYABLE(ClientBase)
66
+
67
RCLCPP_ACTION_PUBLIC
68
virtual ~ClientBase();
69
rclcpp_action/include/rclcpp_action/server.hpp
@@ -72,6 +72,8 @@ enum class CancelResponse : int8_t
72
class ServerBase : public rclcpp::Waitable
73
74
75
+ RCLCPP_SMART_PTR_DEFINITIONS_NOT_COPYABLE(ServerBase)
76
77
/// Enum to identify entities belonging to the action server
78
enum class EntityType : std::size_t
79
0 commit comments