| 259 | |
| 260 | void SetDownPriority(uint8 newDownPriority, bool bSave = true, bool bRefresh = true); |
| 261 | bool IsAutoDownPriority() const { return m_bAutoDownPriority; } |
| 262 | // EC exports the priority with the auto flag folded in via |
| 263 | // EC_TAG_PARTFILE_PRIO; mark the change so amulegui/amuleweb see |
| 264 | // it without waiting for the next Process() tick (and at all when |
no outgoing calls