mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Use beast::ScopedPointer to hold IFeeVote in Application
Conflicts: RippleD.props newcoin.vcxproj.filters src/cpp/ripple/Application.cpp src/cpp/ripple/Application.h
This commit is contained in:
@@ -64,9 +64,9 @@ class Application
|
||||
OrderBookDB mOrderBookDB;
|
||||
|
||||
// VFALCO: Clean stuff
|
||||
IFeeVote* mFeeVote;
|
||||
ILoadFeeTrack* mFeeTrack;
|
||||
IValidations* mValidations;
|
||||
beast::ScopedPointer <IFeeVote> mFeeVote;
|
||||
beast::ScopedPointer <ILoadFeeTrack> mFeeTrack;
|
||||
beast::ScopedPointer <IValidations> mValidations;
|
||||
// VFALCO: End Clean stuff
|
||||
|
||||
FeatureTable mFeatureTable;
|
||||
|
||||
Reference in New Issue
Block a user