Pass a bool to the describer telling it if the directory is new.

This commit is contained in:
JoelKatz
2013-09-16 18:12:21 -07:00
parent b45b029ba7
commit 74b2d1f3fa
5 changed files with 16 additions and 15 deletions

View File

@@ -147,7 +147,7 @@ public:
uint64 & uNodeDir, // Node of entry.
uint256 const & uRootIndex,
uint256 const & uLedgerIndex,
FUNCTION_TYPE<void (SLE::ref)> fDescriber);
FUNCTION_TYPE<void (SLE::ref, bool)> fDescriber);
TER dirDelete (
const bool bKeepRoot,