Periodic obsolete profiles cleanup

This commit is contained in:
hakunamtu 2019-01-20 21:49:26 +03:00
parent 3fd69311cb
commit 6c79ccd1dc
3 changed files with 24 additions and 1 deletions

View file

@ -29,6 +29,8 @@ namespace data
RouterProfile ();
RouterProfile& operator= (const RouterProfile& ) = default;
boost::posix_time::ptime GetLastUpdateTime () const { return m_LastUpdateTime; };
void Save (const IdentHash& identHash);
void Load (const IdentHash& identHash);