mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Add const now()
This commit is contained in:
@@ -95,6 +95,11 @@ public:
|
||||
return m_now;
|
||||
}
|
||||
|
||||
elapsed_type now() const
|
||||
{
|
||||
return m_now;
|
||||
}
|
||||
|
||||
elapsed_type operator() ()
|
||||
{
|
||||
return now();
|
||||
|
||||
Reference in New Issue
Block a user