| 716 | } // anonymous namespace |
| 717 | |
| 718 | IChannelDriver* getStubChannelEngine() { |
| 719 | static StubChannelEngine instance; |
| 720 | return &instance; |
| 721 | } |
| 722 | |
| 723 | // Re-exposed protected base class methods |
| 724 | void Channel::addToDrawList() { |
no outgoing calls
no test coverage detected