mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:20:05 +00:00
Initial moving of product listing to the background for level 3
This commit is contained in:
parent
68f66c0c2f
commit
f4226b487d
14 changed files with 356 additions and 178 deletions
|
|
@ -289,11 +289,18 @@ AwsLevel2ChunksDataProvider::FindLatestTime()
|
|||
|
||||
std::vector<std::chrono::system_clock::time_point>
|
||||
AwsLevel2ChunksDataProvider::GetTimePointsByDate(
|
||||
std::chrono::system_clock::time_point /*date*/)
|
||||
std::chrono::system_clock::time_point /* date */, bool /* update */)
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
bool AwsLevel2ChunksDataProvider::IsDateCached(
|
||||
std::chrono::system_clock::time_point /* date */)
|
||||
{
|
||||
// No cache, default to true
|
||||
return true;
|
||||
}
|
||||
|
||||
std::chrono::system_clock::time_point
|
||||
AwsLevel2ChunksDataProvider::Impl::GetScanTime(const std::string& prefix)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue