mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
New MasterLockType which tracks ownership
This commit is contained in:
@@ -155,10 +155,10 @@ namespace ripple
|
||||
#include "src/cpp/ripple/TransactionMaster.h"
|
||||
#include "src/cpp/ripple/ripple_LocalCredentials.h"
|
||||
#include "src/cpp/ripple/WSDoor.h"
|
||||
#include "src/cpp/ripple/ripple_Application.h"
|
||||
#include "src/cpp/ripple/RPCHandler.h"
|
||||
#include "src/cpp/ripple/TransactionQueue.h"
|
||||
#include "ledger/OrderBookDB.h"
|
||||
#include "src/cpp/ripple/ripple_Application.h"
|
||||
#include "src/cpp/ripple/CallRPC.h"
|
||||
#include "src/cpp/ripple/Transactor.h"
|
||||
#include "src/cpp/ripple/ChangeTransactor.h"
|
||||
|
||||
@@ -37,7 +37,7 @@ public:
|
||||
};
|
||||
|
||||
// A class that unlocks on construction and locks on destruction
|
||||
|
||||
/*
|
||||
class ScopedUnlock
|
||||
{
|
||||
protected:
|
||||
@@ -80,5 +80,6 @@ private:
|
||||
ScopedUnlock (const ScopedUnlock&); // no implementation
|
||||
ScopedUnlock& operator= (const ScopedUnlock&); // no implementation
|
||||
};
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user