| 860 | //----------------------------------------------------------------------------- |
| 861 | |
| 862 | void clearServerList() |
| 863 | { |
| 864 | gPacketStatusList.clear(); |
| 865 | gServerList.clear(); |
| 866 | gFinishedList.clear(); |
| 867 | gPingList.clear(); |
| 868 | gQueryList.clear(); |
| 869 | gServerPingCount = gServerQueryCount = 0; |
| 870 | |
| 871 | gPingSession++; |
| 872 | } |
| 873 | |
| 874 | //----------------------------------------------------------------------------- |
| 875 |
no test coverage detected