Use beast::ScopedPointer to hold IFeeVote in Application

This commit is contained in:
Vinnie Falco
2013-05-31 17:40:20 -07:00
parent 61921af95a
commit d2e803fe34
9 changed files with 33 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ class Application
LoadFeeTrack mFeeTrack;
TXQueue mTxnQueue;
OrderBookDB mOrderBookDB;
IFeeVote* mFeeVote;
beast::ScopedPointer <IFeeVote> mFeeVote;
FeatureTable mFeatureTable;
DatabaseCon *mRpcDB, *mTxnDB, *mLedgerDB, *mWalletDB, *mNetNodeDB, *mPathFindDB, *mHashNodeDB;