mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #242, own aircraft context methods
This commit is contained in:
@@ -34,6 +34,16 @@ namespace BlackCore
|
||||
return this->getRuntime()->getIContextApplication();
|
||||
}
|
||||
|
||||
IContextOwnAircraft *CContext::getIContextOwnAircraft()
|
||||
{
|
||||
return this->getRuntime()->getIContextOwnAircraft();
|
||||
}
|
||||
|
||||
const IContextOwnAircraft *CContext::getIContextOwnAircraft() const
|
||||
{
|
||||
return this->getRuntime()->getIContextOwnAircraft();
|
||||
}
|
||||
|
||||
IContextSettings *CContext::getIContextSettings()
|
||||
{
|
||||
return this->getRuntime()->getIContextSettings();
|
||||
|
||||
Reference in New Issue
Block a user