Rename to Stoppable

This commit is contained in:
Vinnie Falco
2013-09-21 17:11:17 -07:00
parent ec6ee6f3bd
commit ec6c09d995
41 changed files with 488 additions and 510 deletions

View File

@@ -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)
{