| 55 | } |
| 56 | |
| 57 | void NetworkConfigMonitor::disconnect(RcHandle<InternalTopic<NetworkInterfaceAddress> > topic) |
| 58 | { |
| 59 | topic->disconnect(writer_); |
| 60 | } |
| 61 | |
| 62 | void NetworkConfigMonitor::set(const List& list) |
| 63 | { |
no outgoing calls
no test coverage detected