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