On top fixed bug for core mode in main.cpp
This commit is contained in:
Klaus Basan
2014-04-12 19:34:19 +02:00
parent bfcdf5ed9a
commit 2b07012e4f
7 changed files with 18 additions and 13 deletions

View File

@@ -141,7 +141,7 @@ namespace BlackCore
//! Context for application
//! \remarks only applicable for local object
CContextApplication *getCContextApplication() const;
const CContextApplication *getCContextApplication() const;
//! Context for audio
//! \remarks only applicable for local object
@@ -149,7 +149,7 @@ namespace BlackCore
//! Context for audio
//! \remarks only applicable for local object
CContextAudio *getCContextAudio() const;
const CContextAudio *getCContextAudio() const;
//! Context for simulator
//! \remarks only applicable for local object
@@ -157,7 +157,7 @@ namespace BlackCore
//! Context for simulator
//! \remarks only applicable for local object
CContextSimulator *getCContextSimulator() const;
const CContextSimulator *getCContextSimulator() const;
//! Init
void init(const CRuntimeConfig &config);