| 21 | using namespace BT; |
| 22 | |
| 23 | ActionNodeBase::ActionNodeBase(const std::string& name, const NodeConfig& config) |
| 24 | : LeafNode::LeafNode(name, config) |
| 25 | {} |
| 26 | |
| 27 | //------------------------------------------------------- |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected