Issue #15 CCoreFacade owns an instance of CDataLinkDBus

This commit is contained in:
Mat Sutcliffe
2020-04-15 18:17:52 +01:00
parent 2ddc5d51f7
commit ee4e41d0a6
4 changed files with 47 additions and 2 deletions

View File

@@ -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; }