| 973 | } |
| 974 | |
| 975 | void CSharedFileList::RepublishFile(CKnownFile* pFile) |
| 976 | { |
| 977 | CServer* server = theApp->serverconnect->GetCurrentServer(); |
| 978 | if (server && (server->GetTCPFlags() & SRV_TCPFLG_COMPRESSION)) { |
| 979 | m_lastPublishED2KFlag = true; |
| 980 | pFile->SetPublishedED2K(false); // FIXME: this creates a wrong 'No' for the ed2k shared info in the listview until the file is shared again. |
| 981 | } |
| 982 | } |
| 983 | |
| 984 | static uint8 GetRealPrio(uint8 in) |
| 985 | { |
no test coverage detected