Ref T192, init for P2P via CDBusServer::coreServiceName(connection)

This commit is contained in:
Klaus Basan
2017-11-19 19:21:10 +01:00
parent d2b84af1b6
commit 93909171b6
12 changed files with 20 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ namespace BlackCore
case CCoreFacadeConfig::LocalInDBusServer:
return (new CContextNetwork(mode, runtime))->registerWithDBus(server);
case CCoreFacadeConfig::Remote:
return new CContextNetworkProxy(CDBusServer::coreServiceName(), connection, mode, runtime);
return new CContextNetworkProxy(CDBusServer::coreServiceName(connection), connection, mode, runtime);
case CCoreFacadeConfig::NotUsed:
default:
return new CContextNetworkEmpty(runtime);