mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +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