| 477 | |
| 478 | |
| 479 | inline void NetworkInterfaceImpl::setDisplayName(const std::string& name) |
| 480 | { |
| 481 | _displayName = name; |
| 482 | } |
| 483 | |
| 484 | |
| 485 | inline void NetworkInterfaceImpl::setAdapterName(const std::string& name) |
no outgoing calls
no test coverage detected