mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Store objects and get time point
This commit is contained in:
parent
1681b6772b
commit
690f3f6216
3 changed files with 93 additions and 3 deletions
|
|
@ -32,6 +32,9 @@ public:
|
|||
std::shared_ptr<wsr88d::Ar2vFile> LoadObjectByKey(const std::string& key);
|
||||
void Refresh();
|
||||
|
||||
static std::chrono::system_clock::time_point
|
||||
GetTimePointFromKey(const std::string& key);
|
||||
|
||||
private:
|
||||
std::unique_ptr<AwsLevel2DataProviderImpl> p;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue