mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T261, correct implementation of client provider
* made the interface a "real" interface and provided implementation as CCLientProvider * aligned some function names with networl context * network context "impl" also implements ICLientProvider
This commit is contained in:
committed by
Roland Winklmeier
parent
3031e5b648
commit
5bf21c2937
@@ -76,7 +76,7 @@ namespace BlackGui
|
||||
}
|
||||
|
||||
// load data
|
||||
ui->tvp_Clients->updateContainer(sGui->getIContextNetwork()->getOtherClients());
|
||||
ui->tvp_Clients->updateContainer(sGui->getIContextNetwork()->getClients());
|
||||
ui->tvp_AllUsers->updateContainer(sGui->getIContextNetwork()->getUsers());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user