mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:28:21 +08:00
refs #199, redirection of output streams (qDebug, qWarning, qCritical)
This is done in a common base class (of impl/proxy)
This commit is contained in:
@@ -15,10 +15,9 @@ namespace BlackCore
|
||||
/*
|
||||
* Init this context
|
||||
*/
|
||||
CContextApplication::CContextApplication(CRuntimeConfig::ContextMode mode, CRuntime *runtime) : IContextApplication(mode, runtime)
|
||||
{
|
||||
// void
|
||||
}
|
||||
CContextApplication::CContextApplication(CRuntimeConfig::ContextMode mode, CRuntime *runtime) :
|
||||
CContextApplicationBase(mode, runtime)
|
||||
{}
|
||||
|
||||
/*
|
||||
* Ping, is DBus alive?
|
||||
|
||||
Reference in New Issue
Block a user