mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #709, config for launcher
This commit is contained in:
@@ -146,6 +146,11 @@ namespace BlackCore
|
|||||||
return l;
|
return l;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CDatabaseReaderConfigList CDatabaseReaderConfigList::forLauncher()
|
||||||
|
{
|
||||||
|
return forPilotClient();
|
||||||
|
}
|
||||||
|
|
||||||
CDatabaseReaderConfigList CDatabaseReaderConfigList::allDirectDbAccess()
|
CDatabaseReaderConfigList CDatabaseReaderConfigList::allDirectDbAccess()
|
||||||
{
|
{
|
||||||
const CTime timeout(0.0, CTimeUnit::min());
|
const CTime timeout(0.0, CTimeUnit::min());
|
||||||
|
|||||||
@@ -109,6 +109,9 @@ namespace BlackCore
|
|||||||
//! Init for pilot client
|
//! Init for pilot client
|
||||||
static CDatabaseReaderConfigList forPilotClient();
|
static CDatabaseReaderConfigList forPilotClient();
|
||||||
|
|
||||||
|
//! Init for launcher
|
||||||
|
static CDatabaseReaderConfigList forLauncher();
|
||||||
|
|
||||||
//! Init all with direct DB access
|
//! Init all with direct DB access
|
||||||
static CDatabaseReaderConfigList allDirectDbAccess();
|
static CDatabaseReaderConfigList allDirectDbAccess();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user