mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use abstract_clock and improved tests, in ResourceManager
Conflicts: Builds/VisualStudio2012/RippleD.vcxproj.filters
This commit is contained in:
@@ -26,12 +26,13 @@ class ManagerImp
|
||||
{
|
||||
public:
|
||||
Journal m_journal;
|
||||
LogicType <SimpleMonotonicClock> m_logic;
|
||||
Logic m_logic;
|
||||
|
||||
ManagerImp (Journal journal)
|
||||
: Thread ("Resource::Manager")
|
||||
, m_journal (journal)
|
||||
, m_logic (journal)
|
||||
, m_logic (get_abstract_clock <
|
||||
std::chrono::steady_clock, std::chrono::seconds> (), journal)
|
||||
{
|
||||
startThread ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user