| 335 | return m_sPriWins; |
| 336 | } |
| 337 | std::string CNetworkAdapter::GetSecondaryWinsServer() const |
| 338 | { |
| 339 | return m_sSecWins; |
| 340 | } |
| 341 | std::string CNetworkAdapter::GetGatewayAddr(int nGateway) const |
| 342 | { |
| 343 | return GetStringFromArray(&m_GatewayList, nGateway); |
nothing calls this directly
no outgoing calls
no test coverage detected