| 301 | } |
| 302 | |
| 303 | void MessageMultiplexer::AddSource(MessageHandler& handler){ |
| 304 | handlers.push_back(&handler); |
| 305 | } |
| 306 | |
| 307 | bool MessageMultiplexer::PollSync(){ |
| 308 | std::vector<pollfd> fds; |
nothing calls this directly
no outgoing calls
no test coverage detected