Work towards ripple.

This commit is contained in:
Arthur Britto
2012-07-28 17:36:08 -07:00
parent fde853d388
commit 4f8ada17c7
5 changed files with 162 additions and 78 deletions

View File

@@ -15,7 +15,7 @@ void LedgerEntrySet::clear()
mSet.clear();
}
LedgerEntrySet LedgerEntrySet::duplicate()
LedgerEntrySet LedgerEntrySet::duplicate() const
{
return LedgerEntrySet(mEntries, mSet, mSeq + 1);
}
@@ -180,4 +180,9 @@ void LedgerEntrySet::entryDelete(SLE::pointer& sle)
}
}
bool LedgerEntrySet::intersect(const LedgerEntrySet& lesLeft, const LedgerEntrySet& lesRight)
{
return true; // XXX Needs implementation
}
// vim:ts=4