Remove more Account from AccountStateNode and LedgerEntrySet revision.

This commit is contained in:
Arthur Britto
2012-08-14 17:16:39 -07:00
parent 44053a4afc
commit 872314f933
7 changed files with 26 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ public:
// set functions
LedgerEntrySet duplicate() const; // Make a duplicate of this set
void setTo(LedgerEntrySet&); // Set this set to have the same contents as another
void setTo(const LedgerEntrySet&); // Set this set to have the same contents as another
void swapWith(LedgerEntrySet&); // Swap the contents of two sets
int getSeq() const { return mSeq; }