Roll back 7 commits

This commit is contained in:
Vinnie Falco
2013-06-28 11:48:02 -07:00
parent d80547e980
commit 832f67b35c
31 changed files with 75 additions and 186 deletions

View File

@@ -39,7 +39,7 @@ void TransactionAcquire::done ()
map = mMap;
}
theApp->getIOService ().post (BIND_TYPE (&TACompletionHandler, mHash, map));
theApp->getIOService ().post (boost::bind (&TACompletionHandler, mHash, map));
}
void TransactionAcquire::onTimer (bool progress)