mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add LeakChecked qualifiers to key classes
This commit is contained in:
@@ -20,7 +20,7 @@ enum POWResult
|
||||
// VFALCO TODO move this to the class as a static member and rename it
|
||||
bool powResultInfo (POWResult powCode, std::string& strToken, std::string& strHuman);
|
||||
|
||||
class IProofOfWorkFactory
|
||||
class IProofOfWorkFactory : LeakChecked <IProofOfWorkFactory>
|
||||
{
|
||||
public:
|
||||
typedef boost::bimap< boost::bimaps::multiset_of<time_t>, boost::bimaps::unordered_set_of<uint256> > powMap_t;
|
||||
|
||||
Reference in New Issue
Block a user