| 41 | namespace YAAFE { |
| 42 | |
| 43 | Engine::ProcessingStep::ProcessingStep() : |
| 44 | m_id(), m_params(), m_component(NULL), m_pool(NULL), m_input(), m_output() { |
| 45 | } |
| 46 | |
| 47 | Engine::ProcessingStep::~ProcessingStep() { |
| 48 | if (m_pool) |
nothing calls this directly
no outgoing calls
no test coverage detected