mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 12:45:35 +08:00
refactor: Simplify calls by not chaining
This commit is contained in:
@@ -462,7 +462,7 @@ namespace swift::core
|
||||
CContextNetwork(CCoreFacadeConfig::ContextMode, CCoreFacade *runtime);
|
||||
|
||||
//! Register myself in DBus
|
||||
CContextNetwork *registerWithDBus(swift::misc::CDBusServer *server);
|
||||
void registerWithDBus(swift::misc::CDBusServer *server);
|
||||
|
||||
//! Set the provider
|
||||
void setSimulationEnvironmentProvider(swift::misc::simulation::ISimulationEnvironmentProvider *provider);
|
||||
|
||||
Reference in New Issue
Block a user