(svn r26343) -Fix: Rewrite SmallStack so that it doesn't use a pool and is reentrant.
This commit is contained in:
@@ -34,8 +34,7 @@ StationPool _station_pool("Station");
|
||||
INSTANTIATE_POOL_METHODS(Station)
|
||||
|
||||
typedef StationIDStack::SmallStackPool StationIDStackPool;
|
||||
template<> StationIDStackPool StationIDStack::_pool("StationIDStack");
|
||||
INSTANTIATE_POOL_METHODS(StationIDStack)
|
||||
template<> StationIDStackPool StationIDStack::_pool = StationIDStackPool();
|
||||
|
||||
BaseStation::~BaseStation()
|
||||
{
|
||||
|
Reference in New Issue
Block a user