refs #485, renamed (CContextRuntime) to CCoreFacade

https://dev.vatsim-germany.org/issues/485#note-6
This commit is contained in:
Klaus Basan
2016-02-11 22:14:20 +01:00
committed by Mathew Sutcliffe
parent 79cbcbc88f
commit d9aac6427b
52 changed files with 263 additions and 245 deletions

View File

@@ -12,19 +12,19 @@
#include "blackcoreexport.h"
#include "contextapplication.h"
#include "contextruntime.h"
#include "corefacade.h"
#include "blackmisc/identifierlist.h"
namespace BlackCore
{
class CRuntime;
class CCoreFacade;
//! Application context
class BLACKCORE_EXPORT CContextApplicationEmpty : public IContextApplication
{
public:
//! Constructor
CContextApplicationEmpty(CRuntime *runtime) : IContextApplication(CRuntimeConfig::NotUsed, runtime) {}
CContextApplicationEmpty(CCoreFacade *runtime) : IContextApplication(CCoreFacadeConfig::NotUsed, runtime) {}
public slots:
//! \copydoc IContextApplication::logMessage