| 198 | #endif |
| 199 | uint16 GetTransferingSrcCount() const { return transferingsrc; } |
| 200 | uint16 GetNotCurrentSourcesCount() const { return m_notCurrentSources; }; |
| 201 | uint16 GetValidSourcesCount() const { return m_validSources; }; |
| 202 | |
| 203 | uint64 GetNeededSpace(); |
no outgoing calls