mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #358, split FSX driver and factory into different files
This commit is contained in:
@@ -33,16 +33,6 @@ namespace BlackSimPlugin
|
||||
{
|
||||
namespace Fsx
|
||||
{
|
||||
BlackCore::ISimulator *CSimulatorFsxFactory::create(QObject *parent)
|
||||
{
|
||||
return new Fsx::CSimulatorFsx(parent);
|
||||
}
|
||||
|
||||
BlackSim::CSimulatorInfo CSimulatorFsxFactory::getSimulatorInfo() const
|
||||
{
|
||||
return CSimulatorInfo::FSX();
|
||||
}
|
||||
|
||||
CSimulatorFsx::CSimulatorFsx(QObject *parent) :
|
||||
ISimulator(parent),
|
||||
m_simulatorInfo(CSimulatorInfo::FSX()),
|
||||
|
||||
Reference in New Issue
Block a user