mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #649, added caches to model data reader
* trait * const fix distributor list
This commit is contained in:
@@ -49,11 +49,22 @@ namespace BlackCore
|
||||
return ll;
|
||||
}
|
||||
|
||||
const CDistributorList &DbDistributorCache::defaultValue()
|
||||
{
|
||||
static const CDistributorList dl;
|
||||
return dl;
|
||||
}
|
||||
|
||||
const BlackMisc::Network::CUrl &DbIcaoReaderBaseUrl::defaultValue()
|
||||
{
|
||||
static const CUrl url;
|
||||
return url;
|
||||
}
|
||||
|
||||
const CUrl &DbModelReaderBaseUrl::defaultValue()
|
||||
{
|
||||
static const CUrl url;
|
||||
return url;
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user