Push clean up code for bad ripple nodes.

This commit is contained in:
Arthur Britto
2012-12-25 18:08:13 -08:00
parent e1330badda
commit dc578a8085
3 changed files with 43 additions and 11 deletions

View File

@@ -97,7 +97,8 @@ public:
const uint64& uNodeDir, // Node item is mentioned in.
const uint256& uRootIndex,
const uint256& uLedgerIndex, // Item being deleted
const bool bStable);
const bool bStable,
const bool bSoft);
bool dirFirst(const uint256& uRootIndex, SLE::pointer& sleNode, unsigned int& uDirEntry, uint256& uEntryIndex);
bool dirNext(const uint256& uRootIndex, SLE::pointer& sleNode, unsigned int& uDirEntry, uint256& uEntryIndex);