mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T131, verifyPrerequisites in simulator context (checking XP conflicts)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace BlackCore
|
||||
CContextSimulatorProxy::CContextSimulatorProxy(const QString &serviceName, QDBusConnection &connection, CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime) : IContextSimulator(mode, runtime), m_dBusInterface(nullptr)
|
||||
{
|
||||
this->m_dBusInterface = new BlackMisc::CGenericDBusInterface(
|
||||
serviceName , IContextSimulator::ObjectPath(), IContextSimulator::InterfaceName(),
|
||||
serviceName, IContextSimulator::ObjectPath(), IContextSimulator::InterfaceName(),
|
||||
connection, this);
|
||||
this->relaySignals(serviceName, connection);
|
||||
}
|
||||
@@ -111,6 +111,11 @@ namespace BlackCore
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::Simulation::CSimulatorInfo>(QLatin1String("simulatorsWithInitializedModelSet"));
|
||||
}
|
||||
|
||||
CStatusMessageList CContextSimulatorProxy::verifyPrerequisites() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::CStatusMessageList>(QLatin1String("verifyPrerequisites"));
|
||||
}
|
||||
|
||||
CSimulatorInfo CContextSimulatorProxy::getModelSetLoaderSimulator() const
|
||||
{
|
||||
return m_dBusInterface->callDBusRet<BlackMisc::Simulation::CSimulatorInfo>(QLatin1String("getModelSetLoaderSimulator"));
|
||||
|
||||
Reference in New Issue
Block a user