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