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