mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #755, restore distributor order when consolidating with DB data
(formerly order was overridden)
This commit is contained in:
committed by
Roland Winklmeier
parent
1e8090d366
commit
cbc095d230
@@ -216,8 +216,11 @@ namespace BlackMisc
|
||||
//! Set distributor
|
||||
void setDistributor(const CDistributor &distributor) { m_distributor = distributor; }
|
||||
|
||||
//! Set the distributor order
|
||||
bool setDistributorOrder(int order);
|
||||
|
||||
//! Update distributor`s order attribute
|
||||
bool updateDistributorOrder(const CDistributorList &distributors);
|
||||
bool setDistributorOrder(const CDistributorList &distributors);
|
||||
|
||||
//! Distributor
|
||||
bool hasDistributor() const;
|
||||
|
||||
Reference in New Issue
Block a user