MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / GetSecondaryWinsServer

Method GetSecondaryWinsServer

Source/Client/NM_Engine/NetworkAdapter.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 return m_sPriWins;
336}
337std::string CNetworkAdapter::GetSecondaryWinsServer() const
338{
339 return m_sSecWins;
340}
341std::string CNetworkAdapter::GetGatewayAddr(int nGateway) const
342{
343 return GetStringFromArray(&m_GatewayList, nGateway);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected