| 16 | namespace BT |
| 17 | { |
| 18 | ControlNode::ControlNode(const std::string& name, const NodeConfig& config) |
| 19 | : TreeNode::TreeNode(name, config) |
| 20 | {} |
| 21 | |
| 22 | void ControlNode::addChild(TreeNode* child) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected