| 83 | } // namespace |
| 84 | |
| 85 | CoroActionNode::CoroActionNode(const std::string& name, const NodeConfig& config) |
| 86 | : ActionNodeBase(name, config), _p(new Pimpl) |
| 87 | {} |
| 88 | |
| 89 | CoroActionNode::~CoroActionNode() |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected