fixed disconnect notify supressed when channel state is disconnected

This commit is contained in:
Jeff Hill
2004-01-27 00:33:15 +00:00
parent 67937c1b74
commit 50cc1e967e

View File

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