| 716 | //----------------------------------------------------------------------------- |
| 717 | |
| 718 | void clearServerList() |
| 719 | { |
| 720 | gPacketStatusList.clear(); |
| 721 | gServerList.clear(); |
| 722 | gFinishedList.clear(); |
| 723 | gPingList.clear(); |
| 724 | gQueryList.clear(); |
| 725 | gServerPingCount = gServerQueryCount = 0; |
| 726 | |
| 727 | gPingSession++; |
| 728 | } |
| 729 | |
| 730 | //----------------------------------------------------------------------------- |
| 731 |
no test coverage detected