mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor Application shutdown using new Service, AsyncService interfaces
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
|
||||
SETUP_LOG (OrderBookDB)
|
||||
|
||||
OrderBookDB::OrderBookDB ()
|
||||
: mLock (this, "OrderBookDB", __FILE__, __LINE__)
|
||||
OrderBookDB::OrderBookDB (Service& parent)
|
||||
: Service ("OrderBookDB", parent)
|
||||
, mLock (this, "OrderBookDB", __FILE__, __LINE__)
|
||||
, mSeq (0)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user