true if completed
| 129 | bool IsPartFile() const { return status != PS_COMPLETE; } // true if not completed |
| 130 | bool IsCompleted() const { return status == PS_COMPLETE; } // true if completed |
| 131 | bool IsCPartFile() const { return true; } // true if it's a CPartFile |
| 132 | |
| 133 | uint32 Process(uint8 m_icounter); |
| 134 | uint8 LoadPartFile(const CPath& in_directory, const CPath& filename, bool from_backup = false, bool getsizeonly = false); |
no outgoing calls
no test coverage detected