Refactor TxQueue, move some boost includes down to .cpp

This commit is contained in:
Vinnie Falco
2013-09-01 08:03:30 -07:00
parent 4ef0f5d6a9
commit 37216bed4d
17 changed files with 299 additions and 253 deletions

View File

@@ -9,7 +9,9 @@ class ProofOfWorkFactoryImp
, public LeakChecked <ProofOfWorkFactoryImp>
{
public:
typedef boost::bimap< boost::bimaps::multiset_of<time_t>, boost::bimaps::unordered_set_of<uint256> > powMap_t;
typedef boost::bimap< boost::bimaps::multiset_of<time_t>,
boost::bimaps::unordered_set_of<uint256> > powMap_t;
typedef powMap_t::value_type powMap_vt;
//--------------------------------------------------------------------------