This commit is contained in:
jed
2011-10-25 16:56:15 -07:00
parent 11a964ffed
commit fed4350ccc
5 changed files with 139 additions and 82 deletions

View File

@@ -51,6 +51,7 @@ public:
typedef boost::shared_ptr<Ledger> pointer;
Ledger(uint32 index);
Ledger(newcoin::FullLedger& ledger);
Ledger(Ledger::pointer other);
void setTo(newcoin::FullLedger& ledger);
void mergeIn(Ledger::pointer other);