| 570 | } |
| 571 | |
| 572 | void testOneway(std::function<void()> cob, const int32_t secondsToSleep) override { |
| 573 | _delegate->testOneway(secondsToSleep); |
| 574 | cob(); |
| 575 | } |
| 576 | |
| 577 | protected: |
| 578 | std::shared_ptr<TestHandler> _delegate; |
nothing calls this directly
no test coverage detected