| 39 | } |
| 40 | |
| 41 | void NetClient::SetAutoReconnectCycle(uint32_t autoReconnectCycle) |
| 42 | { |
| 43 | m_autoReconnectCycle = autoReconnectCycle; |
| 44 | } |
| 45 | uint32_t NetClient::GetAutoReconnectCycle() const |
| 46 | { |
| 47 | return m_autoReconnectCycle; |
nothing calls this directly
no outgoing calls
no test coverage detected