refs #250, helper methods

* in aircraft class to compare COM
* in context / runtime component to check vitality of core
This commit is contained in:
Klaus Basan
2014-05-22 12:15:01 +02:00
parent 23b1013be7
commit e0b06e1555
5 changed files with 36 additions and 0 deletions

View File

@@ -187,6 +187,11 @@ namespace BlackCore
//! Init
void init(const CRuntimeConfig &config);
//! Remote application context, indicates distributed environment
bool hasRemoteApplicationContext() const;
//! Is application context available?
bool canPingApplicationContext() const;
private:
bool m_init; /*!< flag */