| 1738 | return nullptr; |
| 1739 | } |
| 1740 | } |
| 1741 | |
| 1742 | void NetworkManager::GetTransferStats(int& curBytes, int& totBytes) |
| 1743 | { |
| 1744 | if (_client) |
| 1745 | { |
| 1746 | _client->GetTransferStats(curBytes, totBytes); |
| 1747 | } |
| 1748 | } |
| 1749 |
no outgoing calls
no test coverage detected