refs #288, added FSD servers to context

* new logging in empty context
* formatting
This commit is contained in:
Klaus Basan
2014-11-08 16:42:09 +01:00
committed by Roland Winklmeier
parent a401ce439d
commit c39b72b12f
8 changed files with 123 additions and 45 deletions

View File

@@ -26,7 +26,7 @@ namespace BlackCore
return new BlackCore::CContextNetworkProxy(BlackCore::CDBusServer::ServiceName, conn, mode, runtime);
case CRuntimeConfig::NotUsed:
default:
return new BlackCore::CContextNetworkEmpty(true, runtime);
return new BlackCore::CContextNetworkEmpty(runtime);
}
}