implementation of external interfaces
| 328 | |
| 329 | // implementation of external interfaces |
| 330 | Channel::Channel(bool synchronousMode) |
| 331 | : |
| 332 | Channel({}, synchronousMode) |
| 333 | {} |
| 334 | Channel::Channel(std::vector<std::pair<std::string, std::shared_ptr<IChannelComponent>>> componentPtrs, |
| 335 | bool synchronousMode) |
| 336 | : |
nothing calls this directly
no outgoing calls
no test coverage detected