nr. of 9MB parts (file data)
| 221 | |
| 222 | // nr. of 9MB parts (file data) |
| 223 | inline uint16 GetPartCount() const { return m_iPartCount; } |
| 224 | |
| 225 | // nr. of 9MB parts according the file size wrt ED2K protocol (OP_FILESTATUS) |
| 226 | inline uint16 GetED2KPartCount() const { return m_iED2KPartCount; } |
no outgoing calls