mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Work towards ripple.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user