Allow external trigger.

This commit is contained in:
JoelKatz
2012-05-10 16:06:20 -07:00
parent 159592b04d
commit 4a9be427a8

View File

@@ -42,6 +42,7 @@ public:
bool isAcctStComplete() const { return mHaveState; }
bool isTransComplete() const { return mHaveTransactions; }
Ledger::pointer getLedger() { return mLedger; }
void trigger() { trigger(false); }
void addOnComplete(boost::function<void (LedgerAcquire::pointer)>);