| 50 | {} |
| 51 | |
| 52 | void NetworkConfigMonitor::connect(RcHandle<InternalTopic<NetworkInterfaceAddress> > topic) |
| 53 | { |
| 54 | topic->connect(writer_); |
| 55 | } |
| 56 | |
| 57 | void NetworkConfigMonitor::disconnect(RcHandle<InternalTopic<NetworkInterfaceAddress> > topic) |
| 58 | { |
no outgoing calls
no test coverage detected