| 1976 | |
| 1977 | |
| 1978 | void CUpDownClient::ProcessSharedFileList(const uint8_t* pachPacket, uint32 nSize, wxString& pszDirectory) |
| 1979 | { |
| 1980 | if (m_iFileListRequested > 0) { |
| 1981 | m_iFileListRequested--; |
| 1982 | theApp->searchlist->ProcessSharedFileList(pachPacket, nSize, this, NULL, pszDirectory); |
| 1983 | } |
| 1984 | } |
| 1985 | |
| 1986 | |
| 1987 | void CUpDownClient::ResetFileStatusInfo() |