mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Issue #15 CCoreFacade owns an instance of CDataLinkDBus
This commit is contained in:
@@ -1577,6 +1577,11 @@ namespace BlackCore
|
||||
// Contexts
|
||||
// ---------------------------------------------------------------------------------
|
||||
|
||||
SharedState::CDataLinkDBus *CApplication::getDataLinkDBus()
|
||||
{
|
||||
return getCoreFacade()->getDataLinkDBus();
|
||||
}
|
||||
|
||||
bool CApplication::supportsContexts(bool ignoreShutdownTest) const
|
||||
{
|
||||
if (!ignoreShutdownTest && m_shutdown) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user