Patch by Jerry:

- Added fixed pause between raising each file transfer event
- Removed redundant member variables in CClient and CServer
This commit is contained in:
Nick Bolton 2013-07-26 14:10:06 +00:00
parent 811cfd146d
commit 289f1ff71f
5 changed files with 24 additions and 21 deletions

View file

@ -222,7 +222,6 @@ private:
CCryptoOptions m_crypto;
std::size_t m_expectedFileSize;
CString m_receivedFileData;
static const size_t m_chunkSize;
};
#endif