mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Except when interacting with boost, use std::function and std::bind
when C++11 is available. See: http://stackoverflow.com/questions/14617835
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
class LedgerMaster
|
||||
{
|
||||
public:
|
||||
typedef boost::function<void(Ledger::ref)> callback;
|
||||
typedef FUNCTION_TYPE<void(Ledger::ref)> callback;
|
||||
|
||||
protected:
|
||||
boost::recursive_mutex mLock;
|
||||
|
||||
Reference in New Issue
Block a user