Track network state changes.

This commit is contained in:
JoelKatz
2012-05-31 20:34:40 -07:00
parent da6fc85e2c
commit 7ce4e28dac
2 changed files with 21 additions and 5 deletions

View File

@@ -37,6 +37,8 @@ protected:
LedgerMaster* mLedgerMaster;
void setMode(OperatingMode);
public:
NetworkOPs(boost::asio::io_service& io_service, LedgerMaster* pLedgerMaster);