mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Refactor SharedPtr and fix ContainerDeletePolicy bug
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
};
|
||||
|
||||
public:
|
||||
// VFALCO TODO Make LedgerMaster a SharedObjectPtr or a reference.
|
||||
// VFALCO TODO Make LedgerMaster a SharedPtr or a reference.
|
||||
//
|
||||
NetworkOPsImp (LedgerMaster& ledgerMaster)
|
||||
: mLock (this, "NetOPs", __FILE__, __LINE__)
|
||||
|
||||
Reference in New Issue
Block a user