fixed ms warnings

This commit is contained in:
Jeff Hill
2004-01-27 00:27:52 +00:00
parent 94a77fec91
commit b59586dc83
8 changed files with 32 additions and 6 deletions

View File

@@ -35,10 +35,13 @@
// Tornado 2.0.1 GNU compiler bugs
class bheFreeStoreMgr : public bheMemoryManager {
public:
bheFreeStoreMgr () {}
void * allocate ( size_t );
void release ( void * );
private:
tsFreeList < class bhe, 0x100 > freeList;
bheFreeStoreMgr ( const bheFreeStoreMgr & );
bheFreeStoreMgr & operator = ( const bheFreeStoreMgr & );
};
void * bheFreeStoreMgr::allocate ( size_t size )