Ref T167, renaming LocalInDBusServer and verifyModelSet

This commit is contained in:
Klaus Basan
2017-10-10 00:15:50 +01:00
committed by Mathew Sutcliffe
parent 988a4791ab
commit 7a87f986e2
16 changed files with 22 additions and 22 deletions

View File

@@ -45,7 +45,7 @@ namespace BlackCore
switch (mode)
{
case CCoreFacadeConfig::Local:
case CCoreFacadeConfig::LocalInDbusServer:
case CCoreFacadeConfig::LocalInDBusServer:
return (new CContextSimulator(mode, parent))->registerWithDBus(server);
case CCoreFacadeConfig::Remote:
return new CContextSimulatorProxy(BlackMisc::CDBusServer::coreServiceName(), conn, mode, parent);