| 550 | |
| 551 | |
| 552 | void CSearchList::ProcessUDPSearchAnswer(const CMemFile& packet, bool optUTF8, uint32_t serverIP, uint16_t serverPort) |
| 553 | { |
| 554 | AddToList(new CSearchFile(packet, optUTF8, m_currentSearch, serverIP, serverPort), false); |
| 555 | } |
| 556 | |
| 557 | |
| 558 | bool CSearchList::AddToList(CSearchFile* toadd, bool clientResponse) |