mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Move PackedMessage to ripple_data
This commit is contained in:
@@ -110,7 +110,6 @@ public:
|
||||
NodeCache& getTempNodeCache() { return mTempNodeCache; }
|
||||
HashedObjectStore& getHashedObjectStore() { return mHashedObjectStore; }
|
||||
JobQueue& getJobQueue() { return mJobQueue; }
|
||||
IHashRouter& getHashRouter() { return *mHashRouter; }
|
||||
boost::recursive_mutex& getMasterLock() { return mMasterLock; }
|
||||
ProofOfWorkGenerator& getPowGen() { return mPOWGen; }
|
||||
LoadManager& getLoadManager() { return mLoadMgr; }
|
||||
@@ -118,18 +117,13 @@ public:
|
||||
PeerDoor& getPeerDoor() { return *mPeerDoor; }
|
||||
OrderBookDB& getOrderBookDB() { return mOrderBookDB; }
|
||||
SLECache& getSLECache() { return mSLECache; }
|
||||
IFeatures& getFeatureTable() { return *mFeatures; }
|
||||
|
||||
IFeeVote& getFeeVote() { return *mFeeVote; }
|
||||
IFeatures& getFeatureTable() { return *mFeatures; }
|
||||
ILoadFeeTrack& getFeeTrack() { return *mFeeTrack; }
|
||||
IFeeVote& getFeeVote() { return *mFeeVote; }
|
||||
IHashRouter& getHashRouter() { return *mHashRouter; }
|
||||
IValidations& getValidations() { return *mValidations; }
|
||||
|
||||
// VFALCO: TODO, eliminate these, change callers to just call IHashRouter directly!
|
||||
bool isNew(const uint256& s);
|
||||
bool isNew(const uint256& s, uint64 p);
|
||||
bool isNew(const uint256& s, uint64 p, int& f);
|
||||
bool isNewFlag(const uint256& s, int f);
|
||||
|
||||
// VFALCO: TODO, Move these to the .cpp
|
||||
bool running() { return mTxnDB != NULL; } // VFALCO: TODO, replace with nullptr when beast is available
|
||||
bool getSystemTimeOffset(int& offset) { return mSNTPClient.getOffset(offset); }
|
||||
|
||||
Reference in New Issue
Block a user