| 575 | -------------------------------------------------------------------------*/ |
| 576 | |
| 577 | TransformControl::TransformControl() : Continuation(new_ProxyMutex()), m_hooks() |
| 578 | { |
| 579 | SET_HANDLER(&TransformControl::handle_event); |
| 580 | |
| 581 | m_hooks.append(transformProcessor.null_transform(new_ProxyMutex())); |
| 582 | } |
| 583 | |
| 584 | /*------------------------------------------------------------------------- |
| 585 | -------------------------------------------------------------------------*/ |
nothing calls this directly
no test coverage detected