mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #485, renamed (CContextRuntime) to CCoreFacade
https://dev.vatsim-germany.org/issues/485#note-6
This commit is contained in:
committed by
Mathew Sutcliffe
parent
79cbcbc88f
commit
d9aac6427b
@@ -13,7 +13,7 @@
|
||||
#include "contextapplication.h"
|
||||
#include "contextnetworkimpl.h"
|
||||
#include "pluginmanagersimulator.h"
|
||||
#include "contextruntime.h"
|
||||
#include "corefacade.h"
|
||||
#include "blackcore/registermetadata.h"
|
||||
#include "blackmisc/propertyindexvariantmap.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
@@ -32,7 +32,7 @@ using namespace BlackMisc::Simulation;
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
CContextSimulator::CContextSimulator(CRuntimeConfig::ContextMode mode, CRuntime *runtime) :
|
||||
CContextSimulator::CContextSimulator(CCoreFacadeConfig::ContextMode mode, CCoreFacade *runtime) :
|
||||
IContextSimulator(mode, runtime),
|
||||
m_plugins(new CPluginManagerSimulator(this))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user